Back to Devexpress

TcxEditMaskKind Enum

vcl-cxmaskedit-11603312.md

latest793 B
Original Source

TcxEditMaskKind Enum

Determines the mask type of a mask editor.

Declaration

delphi
TcxEditMaskKind = (
    emkStandard,
    emkRegExpr,
    emkRegExprEx
);

Members

Name
emkStandard
emkRegExpr
emkRegExprEx

Remarks

A mask editor supports three mask types.

KindDescription
emkStandardSimple mask. Same as the Delphi Native MaskEdit.
emkRegExprMask based on regular expressions.
emkRegExprExSame as emkRegExpr , but has the auto-completion feature.

The default value of the MaskKind property is emkStandard.

For more information see Using MaskEdit.

See Also

cxMaskEdit Unit