Sets or returns a Boolean value that indicates whether a zero-length string ("") is a valid setting for the Value property of the CdbField object with a Text or Memo data type.
Syntax
VOIDSetAllowZeroLength(BOOL b);
BOOLGetAllowZeroLength(VOID);
Set Parameters
Type | Example | Description |
BOOL | b | A Boolean that is TRUE if the Field object accepts a zero-length string as its Value property. |