PBUnboundedObjectArrayCreator class:
SetAt method
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 Values
None.
See Also