CTRecord::IsNullField
Syntax
CTBOOL IsNullField(NINT FieldNumber)
CTBOOL IsNullField(const CTString& FieldName)
Parameters
Description
Indicates if the field specified by field number or name is a null field.
Return
IsNullField() returns YES if the field is null, NO otherwise.