IListViewItems.Add

Syntax

Add(Text: String:): IListViewItem;

Parameters

Text is text of the element that should be added.

Description

The Add method adds new element to the end of the list. Text of the element is passed by Text parameter.

See also:

IListViewItems