ITsStatisticsTree.ParentNode

Syntax

Name(Index: Integer): Integer;

Properties

Index. Element index.

Description

The ParentNode property returns index of the parent element for the specified tree element.

Comments

Elements indexing is continuous and starts with zero. The number of tree elements is returned by the ITsStatisticsTree.Count property.

Example

The property use is given in the example for ITsStatistics.Execute.

See also:

ITsStatisticsTree