FMX.Edit.TCustomEdit.Text
Delphi
property Text: string read GetText write SetText;
C++
__property System::UnicodeString Text = {read=GetText, write=SetText};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | TCustomEdit |
Description
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.