FMX.ListView.Appearances.TListViewItem.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read GetIndex write SetIndex;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

Description

Returns the index of this item in TListView list.

See Also