RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.TopItem Property

Indicates which outline node is the topmost ancestor of a node.

Pascal
property TopItem: Longint;
C++
__property Longint TopItem;

Read TopItem to determine the first node in the branch of the outline tree that contains the outline node. The TopItem property specifies the Index value of the level 1 ancestor of the outline node. For a node on level 1, TopItem has the same value as the Index property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!