Data.DB.TField.EditMaskPtr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditMaskPtr: TEditMask read FEditMask;

C++

__property System::Maskutils::TEditMask EditMaskPtr = {read=FEditMask};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TField

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.

See Also