API:FMX.MaskEdit.TMaskEdit

From RAD Studio API Documentation

TMaskEditFMX.MaskEdit.TCustomMaskEditFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponent

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

TCustomMaskEdit is the base type for edit controls that provide a mask for checking the validity of text typed into the control. FMX.MaskEdit.TMaskEdit inherits from FMX.MaskEdit.TCustomMaskEdit. All content below this line refers to FMX.MaskEdit.TCustomMaskEdit.

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