CTRecord.IsNullField
Syntax
bool IsNullField(int FieldNumber)
bool IsNullField( String FieldName)
Parameters
Description
Indicates if the field specified by field number or name is a null field.
Return
IsNullField() returns true if the field is null, false otherwise.