FMX.Objects.TText.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read GetText write SetText;

C++

__property System::UnicodeString Text = {read=GetText, write=SetText};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TText

Description

Specifies the text that will be displayed in the TText control.

The Text property sets or reads the text that is displayed by the TText control. Text is a string.

See Also