FMX.ListView.Appearances.TListViewItem.Index

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Index: Integer read GetIndex write SetIndex;

C++

__property int Index = {read=GetIndex, write=SetIndex, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem


Beschreibung

Gibt den Index dieses Eintrags in der TListView-Liste zurück.

Siehe auch