FMX.MaskEdit.TCustomMaskEdit
Delphi
TCustomMaskEdit = class(TCustomEdit)
C++
class PASCALIMPLEMENTATION TCustomMaskEdit : public Fmx::Edit::TCustomEdit
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.MaskEdit.pas FMX.MaskEdit.hpp |
FMX.MaskEdit | FMX.MaskEdit |
Description
TCustomMaskEdit is the base type for edit controls that provide a mask for checking the validity of text typed into the control.
TCustomMaskEdit expands the capabilities of TCustomEdit for validity checking using an edit mask. To create an edit control that takes advantage of the masking capabilities of TCustomMaskEdit, use a TMaskEdit object. To create an edit control that does not validate the input, use the TEdit object instead.