FieldValueIsBlank Procedure
Check if a value of a FieldRef is blank.
Signature
FieldValueIsBlank(FldRef: FieldRef) : Boolean
Parameters
FldRef
FieldRef
The FieldRef to be checked.
Returns
Boolean
true
if the value of the FieldRef is considered being blank.
Remarks
A value is considered blank if it is the same as the value of an uninitiated variable of the same datatype. Eg. 0 is a blank integer or decimal, an empty string is a blank Text etc.
This documentation is generated from Smart Toolbox v27.0