RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.EditMaskPtr Property

Provides read-only access to the EditMask property.

Pascal
property EditMaskPtr: TEditMask;
C++
__property TEditMask EditMaskPtr;

Use EditMaskPtr when reading the EditMask property. Because EditMaskPtr is a read-only property, EditMaskPtr guards against accidentally changing the value of the mask in code that should only read it.

Note: For a description of the format required by EditMask, see the
TEditMask type.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!