MandatoryDefined: Boolean;
The MandatoryDefined property determines the ALLOWEMPTY parameter value in binding string.
If the MandatoryDefined property is set to True, the ALLOWEMPTY parameter will be present in the binding string describing value editor. The value of this parameter is determined by the Mandatory property.
The ALLOWEMPTY parameter use is available for the following editors:
IBindingIntegerEdit. Integer values editor.
IBindingFloatEdit. Real values editor.
The example of use is given in description of the IBindingIntegerEdit.MaxValueDefined property.
See also: