Vcl.ComCtrls.TListItem.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read GetIndex;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

Indicates the position of the list item in the TListItems collection.

Use Index to locate the item in the list view. The first item has an index of 0, the second item has an index of 1, and so on.

See Also

Code Examples