Types for access to PowerBuilder data
The types in the following table enable access to PowerBuilder data.
Datatype |
Description |
---|---|
pbgroup |
Used to access PowerBuilder group information. A group is a container of PowerBuilder classes. |
pbclass |
Used to access PowerBuilder class definition information. |
pbmethodID |
Used to access the method ID of a PowerBuilder global or member function. |
pbfieldID |
Used to access an instance variable. |
pbarray |
Used to access array information and data items. |