IVZTreeItems.Add

Syntax

Add(Value: IVZTreeItem): Integer;

Parameters

Value. Tree item added to collection.

Description

The Add method adds the selected element to the collection of visualizer tree items.

Comments

The method returns index of the element added to collection.

Example

The example of use is given in the example for IVZTreeItems.Clear.

See also:

IVZTreeItems