FMX.ListView.Types.IListViewTextProvider.IndexTitle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IndexTitle[const Index: Integer]: string read GetIndexTitle;

C++

__property System::UnicodeString IndexTitle[const int Index] = {read=GetIndexTitle};

Eigenschaften

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


Beschreibung

IndexTitle gibt den Indextitel eines Elements am Index zurück.

Siehe auch