MaskKind Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies the type of edit mask used by the component.

Declaration

componentPropObj.MaskKind
Read-Write Property String
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxButtonEditProperties, TcxComboBoxProperties, TcxMRUEditProperties

Description

Use the MaskKind property to specify the type of mask used by the component.

Property Value

One of the following string values that specify the mask type:

Value Description
emkStandard The mask is based on special masking characters.
emkRegExpr The mask is based on regular expressions.
emkRegExprEx The mask is based on regular expressions and the component supports the auto-complete feature.

See Also

Using Masks
CaseInsensitive Property
EditMask Property
IgnoreMaskBlank Property

Highlight search results