IBindingMaskEdit.ValidCharsDefined

Syntax

ValidCharsDefined: Boolean;

Description

The ValidCharsDefined property determines whether the VALIDCHARS parameter is present in binding string.

Comments

If the ValidCharsDefined property is set to True, the binding string describing the value editor will contain the VALIDCHARS parameter. The value of this parameter is determined by the ValidChars property.

Example

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

See also:

IBindingMaskEdit