Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

PBArrayInfo structure – PB Docs 2018 – PowerBuilder Library

PBArrayInfo structure – PB Docs 2018

PBArrayInfo
structure

Description

PBArrayInfo is a C++ structure used to hold information about
arrays.

Properties

Member

Type

Description

ArrayBound

Local struct declaration

Structure of type pblong containing the boundaries
(upperBound, lowerBound) of a dimension.

BoundedArray

Enum data

Used in arrayType to identify that the array is a
bounded array.

UnboundedArray

Enum data

Used in arrayType to identify that the array is an
unbounded array.

arrayType

Enum type

Used in IPB_Session::GetArrayInfo to identify the
datatype of the array. Do not set this variable
manually.

valueType

pbuint

The datatype of array items. Set it to pbvalue_type if
it is a simple type, or pbobject if the item is a class or
structure.

numDimensions

pbuint

Number of dimensions of the array. An unbounded array
can have only one dimension. The lower bound is
one.

bounds

ArrayBound[]

Array bounds declaration array, used in a bounded
array.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x