FMX.StdCtrls.TLabel.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read GetText write SetText stored TextStored default 0;

C++

__property Text = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TLabel

Description

Specifies the text that will be displayed over the surface of this control.

FMX.StdCtrls.TLabel.Text inherits from FMX.StdCtrls.TPresentedTextControl.Text. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.Text.


Specifies the text that will be displayed over the surface of this control.

The Text property can be used to define an accelerator key to the menu item of a TMainMenu.

See Also