FMX.MaskEdit.TCustomMaskEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentTCustomMaskEdit

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.

See Also