IBindingMaskEdit.ValidChars

Syntax

ValidChars: String;

Description

The ValidChars property determines the VALIDCHARS parameter value in binding string.

Comments

The VALIDCHARS parameter determines characters, which can be entered in the editor. Available characters are entered as a continuous string. Characters should correspond to the defined input mask.

The ValidChars property is available if the ValidCharsDefined property is set to True. If the ValidChars property is changed, the ValidCharsDefined property is automatically set to True.

Example

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

See also:

IBindingMaskEdit