IBindingMaskEdit.MaskDefined

Syntax

MaskDefined: Boolean;

Description

The MaskDefined property determines whether the MASK parameter is present in binding string.

Comments

If the MaskDefined property is set to True, the binding string describing the value editor contains the MASK parameter. The value of this parameter is determined by the Mask property.

Example

The example of use is given in description of the AutoSelectDefined property.

See also:

IBindingMaskEdit