RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMaskEdit.IsMasked Property

Indicates whether a mask exists for the edit control.

Pascal
property IsMasked: Boolean;
C++
__property Boolean IsMasked;

Read IsMasked to determine whether the EditMask property has been set. If IsMasked is true, the control has a mask, and input is validated at runtime. If IsMasked is false, the control does not restrict editing at runtime. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!