Vcl.ComCtrls.TTreeNode.AbsoluteIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AbsoluteIndex: Integer read GetAbsoluteIndex;

C++

__property int AbsoluteIndex = {read=GetAbsoluteIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Indicates the index of the tree node relative to the first tree node in a tree node.

Use AbsoluteIndex to determine absolute position of a node in a tree nodes object. The first tree node in a tree nodes object has an index of 0 and subsequent nodes are numbered sequentially. If a node has any children, its AbsoluteIndex is one less than the index of its first child.

See Also

Code Examples