FMX.Edit.TEdit.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read GetText write SetText default 0;

C++

__property Text = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEdit

Description

Contains the text displayed by this edit control.

FMX.Edit.TEdit.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