IsFieldNull
Description
Returns true if the field of the specified object is a null value;
otherwise it returns false.
Syntax
|
1 |
IsFieldNull(pbobject obj, pbfield fid) |
|
Argument |
Description |
|---|---|
|
obj |
A valid object handle for the object 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
null:
|
1 2 |
fid = session -> GetFieldID(cls, "i_val"); if (session -> IsFieldNull(myobj, fid)) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest