IListViewItems.Delete

Syntax

Delete(Index: Integer);

Parameters

Index. Index of the element to be removed.

Description

The Delete method deletes the element, which index is passed by the Index parameter.

See also:

IListViewItems