TcxCustomMaskEditProperties.CaseInsensitive Property
In This Article
Specifies whether the mask is case sensitive.
#Declaration
Delphi
property CaseInsensitive: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If the CaseInsensitive property is set to True, the mask does not distinguish input between capital and small letters.
For more information see Using MaskEdit.
See Also