TcxCustomMaskEditProperties.IsMasked Property
Indicates whether the mask exists for a mask editor.
Declaration
property IsMasked: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
Read the IsMasked property to determine whether the EditMask property has been set. If the IsMasked property is True, the control has a mask, and input is validated at runtime. If the IsMasked property is False, the control does not restrict editing at runtime.
See Also