IListViewItems.Item

Syntax

Item(Index: Integer): IListViewItem;

Parameters

Index is an index of the list element.

Description

The Item property returns the list element, the index of which is passed by Index parameter.

See also:

IListViewItems