Data.DB.TField.EditMaskPtr
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
property EditMaskPtr: TEditMask read FEditMask;
C++
__property System::Maskutils::TEditMask EditMaskPtr = {read=FEditMask};
Description
Provides read-only access to the EditMask property.
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.