FMX.MaskEdit.TMaskEdit
Delphi
TMaskEdit = class(TCustomMaskEdit)
C++
class PASCALIMPLEMENTATION TMaskEdit : public TCustomMaskEdit
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.MaskEdit.pas FMX.MaskEdit.hpp |
FMX.MaskEdit | FMX.MaskEdit |
Description
TMaskEdit implements a generic masked edit control.
Use a TMaskEdit object to put a masked edit control on your form. Masked edit controls validate the text the user enters against a mask that encodes the valid forms the text can take.