IsFieldNull

PowerBuilder Native Interface

IPB_Session interface:

IsFieldNull method

Description

Syntax

IsFieldNull(pbobject obj, pbfield fid)

Return Values

Examples

fid = session -> GetFieldID(cls, "i_val");
if (session -> IsFieldNull(myobj, fid))

See Also