GetNumOfFields
Description
Returns the number of fields in the specified class.
Syntax
1 |
GetNumOfFields(pbclass cls) |
Argument |
Description |
---|---|
cls |
A valid class handle for the class whose field is |
Return value
pbulong.
Examples
This code gets the numbers of fields in the class clz:
1 2 |
pbclass clz = d_session->GetClass(d_pbobj); pbulong nf = d_session->GetNumOfFields(clz); |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest