IListViewItems.Item

Syntax

Item(Index: Integer): IListViewItem;

Parameters

Index - index of the list element.

Description

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

See also:

IListViewItems