RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNodes.GetNode Method

Returns the tree node given the ItemId of the tree node.

Pascal
function GetNode(ItemId: HTreeItem): TTreeNode;
C++
__fastcall TTreeNode GetNode(HTreeItem ItemId);

ItemId is a handle to the node in the tree view. 

 

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