FMX.MaskEdit.TMaskEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MaskEdit.TCustomMaskEditFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTMaskEdit

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.

See Also