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