FMX.ListView.Appearances.TListViewItem.GetIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIndex: Integer; override;

C++

virtual int __fastcall GetIndex();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

Description

Getter method for the Index property.

FMX.ListView.Appearances.TListViewItem.GetIndex inherits from FMX.ListView.Types.TListItem.GetIndex. All content below this line refers to FMX.ListView.Types.TListItem.GetIndex. Getter method for the Index property.

See Also