IListViewItems.Insert

Syntax

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

Parameters

Index - index of the element, after which a new element should be inserted.

Text - text of new element.

Description

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

Comments

Text of the element is passed by Text parameter.

See also:

IListViewItems