TcxEditMaskKind Enum
Determines the mask type of a mask editor.
#Declaration
TcxEditMaskKind = (
emkStandard,
emkRegExpr,
emkRegExprEx
);
#Members
Name |
---|
emk
|
emk
|
emk
|
#Remarks
A mask editor supports three mask types.
Kind | Description |
---|---|
emk |
Simple mask. Same as the Delphi Native Mask |
emk |
Mask based on regular expressions. |
emk |
Same as emk |
The default value of the MaskKind property is emkStandard.
For more information see Using MaskEdit.