FMX.ListView.Types.TListItemTextButton.Text

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Text: string read GetText write SetText;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemTextButton


Beschreibung

Legt einen Text fest, der auf einer Schaltfläche angezeigt wird.

Siehe auch