[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The number of ancestor nodes for the current tree node.
Source position: comctrls.pp line 3162
Level is a read-only Integer property which contains the level in the tree structure for the node. It indicates the number of ancestor nodes in the structure, and implies the indentation for the node in the tree view control.
The root of the tree is level 0. The value for the property is determined by counting the number of Parent nodes for each TTreeNode instance in the tree starting at the current node.
Version 4.0 | Generated 2025-05-03 | Home |