RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Item Property

Provides access to a child node by its position in the list of child nodes.

Pascal
property Item [Index: Integer]: TTreeNode;
C++
__property TTreeNode Item[int Index];

Use Item to access a child node based on its Index property. The first child node has an index of 0, the second an index of 1, and so on. 

 

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