FMX.MaskEdit.TMaskEdit.Text

From RAD Studio API Documentation

Delphi

property Text;

C++

__property Text = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.MaskEdit.pas
FMX.MaskEdit.hpp
FMX.MaskEdit TMaskEdit

Description

Contains the text displayed by this edit control. FMX.MaskEdit.TMaskEdit.Text inherits from FMX.Edit.TCustomEdit.Text. All content below this line refers to FMX.Edit.TCustomEdit.Text.

Contains the text displayed by this edit control.

Use the Text property to read the text of this edit control or to specify a new string to be displayed.

See Also