TcxCustomMaskEditProperties.CaseInsensitive Property
Specifies whether the mask is case sensitive.
Declaration
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