RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.ItemId Property

Contains a handle that uniquely identifies each node in a tree view.

Pascal
property ItemId: HTreeItem;
C++
__property HTreeItem ItemId;

Use this property to reference the nodes when making Windows API calls or calling the GetNode method of the TTreeNodes that owns the item. 

 

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