IListViewItems.Insert

Syntax

Insert(Index: Integer; Text: String): IListViewItem;

Parameters

Index is an index of the element after which new element should be inserted.

Text is the text of new element.

Description

The Insert method inserts new element after the element, the index of which is passed by the Index.

Comments

Text of the element is passed by Text parameter.

See also:

IListViewItems