Combo.UseMask

Syntax

UseMask: Boolean

Description

The UseMask property sets the ability of using the editor mask.

Comments

If the property is set to True, mask usage is enabled for the Combo component. By default the property is set to False.

To ensure correct performance of the Combo.getMaskEdit method, the property must be set to True.

Example

The property use is given in description of the Combo.getMaskEdit method.

See also:

Combo