ITsStatisticsTree.Data

Syntax

Name(Index: Integer): Integer;

Properties

Index.Element index.

Description

The Data property returns the enumeration element corresponding to 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.

The returned value belongs to one of the following enumerations depending on the type of element:

Element type is returned by the ITsStatisticsTree.Type property.

Example

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

See also:

ITsStatisticsTree