Show contents 

Forms > Forms Assembly Interfaces > IListViewItems > IListViewItems.Item

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