IListViewItems.Add

Syntax

Add(Text: String:): IListViewItem;

Parameters

Text - text of the element that should be added.

Description

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

See also:

IListViewItems