ShortName(Index: Integer): String;
ShortName[Index: integer]: string;
Index.Element index.
The ShortName property returns short name of the specified tree element.
Elements indexing is continuous and starts with zero. The ITsStatisticsTree.Count property returns the number of elements in the tree.
To get element full name, use the ITsStatisticsTree.Name property.
The property use is given in the example for ITsStatistics.Execute
See also: