TcxCustomMaskEditProperties.IsMasked Property
In This Article
Indicates whether the mask exists for a mask editor.
#Declaration
Delphi
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