RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.Level Property

Indicates the level of indentation of a node within the outline.

Pascal
property Level: Cardinal;
C++
__property unsigned Level;

The value of Level is 1 for nodes that directly descend from the root of the outline (the top level). The value of Level is 2 for their children, and so on. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!