Language Reference Guide : 4. System Classes : FieldObject Class : IsNullable Attribute
 
Share this page                  
IsNullable Attribute
Data Type: smallint
4GL Access: RW1
The IsNullable attribute specifies whether the variable can be set to null.
The attribute is TRUE if the variable can be null and FALSE if it cannot be null. If the data type of the field is a class, this attribute is always set to TRUE.