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