FMX.ListBox.TListBoxItemData.Text

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Text: string read GetText write SetText stored false;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItemData

Beschreibung

Gibt die Textbeschriftung Ihres TListBoxItem-Objekts an.

Weitere Informationen finden Sie unter FMX.ListBox.TListBoxItem.ItemData.

Siehe auch