IsFieldObject
Description
Returns true if the field of the specified object is an object;
otherwise it returns false.
Syntax
|
1 |
IsFieldObject(pbclass cls, pbfield fid) |
|
Argument |
Description |
|---|---|
|
cls |
A valid class handle for the class whose field is |
|
fid |
The field ID of the specified object |
Return value
pbboolean.
Examples
These statements test whether the field identified by fid is an
object:
|
1 2 |
fid = session -> GetFieldID(cls, "obj_val"); if (session -> IsFieldObject(myobj, fid)) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest