Description
The PBUnboundedObjectArrayCreator class is used to create an object array.
Methods
PBUnboundedObjectArrayCreator has two methods:
Description
Obtains an array that has been created.
Syntax
GetArray( )
Return value
pbarray.
See also
Description
Sets the array item at the specified dimension.
Syntax
For arrays of a specified ValueType:
SetAt( pblong pos, ValueType v )
For string arrays:
SetAt( pblong pos, LPCTSTR string ) SetAt( pblong pos, pbstring string )
Argument |
Description |
---|---|
pos |
A pblong identifying a position in the array |
v |
A ValueType defined in pbtraits.h |
string |
A string of type pbstring or LPCTSTR |
Return value
None.
See also