IBindingMaskEdit.Mask

Syntax

Mask: String;

Description

The Mask property determines the MASK parameter value in binding string.

Comments

The MASK parameter determines the input mask. Use spaces and the following characters in the mask: a/A - letters and numbers can be input, d/D - only numbers can be input, c/C - only letters can be input. Characters should be specified in the positions where the _ characters is determined in the template.

The Mask property is available if the MaskDefined property is set to True. If the Mask property is changed, the MaskDefined property is automatically set to True.

Example

The example of use given in description of the AutoSelect property.

See also:

IBindingMaskEdit