IVZTreeModel.SetActiveItem

Fore Syntax

SetActiveItem(Value: String);

Fore.NET Syntax

SetActiveItem(Value: System.String);

Parameters

Value. Tree item that should be made active.

Description

The SetActiveItem method sets a selected tree element as a current one in visualizer with hierarchical structure.

Example

Example of use is given on the description page of the IVZTreeModel.ActiveItem property.

See also:

IVZTreeModel