TcxCustomMaskEditProperties.MaskKind Property
In This Article
Determines the mask type of a mask editor.
#Declaration
Delphi
property MaskKind: TcxEditMaskKind read; write; default emkStandard;
#Property Value
Type | Default |
---|---|
Tcx |
emk |
#Remarks
Read the MaskKind property to get the current input mask type. Write this property to specify the input mask type.
For more information see Using MaskEdit.
See Also