IPB_Session interface:
NewUnboundedObjectArray method
Description
Creates an unbounded PowerBuilder object or structure data array.
Syntax
NewUnboundedObjectArray(pbclass cls)
Argument |
Description |
---|---|
cls |
A valid class handle of the type of PowerBuilder object or structure array to be created |
Return Values
pbarray or null on failure.
Usage
An unbounded array can have only one dimension, so no dimension information is needed.