IBindingValue.MandatoryDefined

Syntax

MandatoryDefined: Boolean;

Description

The MandatoryDefined property determines the ALLOWEMPTY parameter value in binding string.

Comments

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:

Example

The example of use is given in description of the IBindingIntegerEdit.MaxValueDefined property.

See also:

IBindingValue