FMX.ListView.Types.IListViewTextProvider.Text

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Text[const Index: Integer]: string read GetText;

C++

__property System::UnicodeString Text[const int Index] = {read=GetText};

Eigenschaften

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


Beschreibung

Text wird in diesem Ziehobjekt angezeigt.

Siehe auch