RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Handle Property

Contains the window Handle of the tree view that contains the node.

Pascal
property Handle: HWND;
C++
__property HWND Handle;

Use Handle to obtain the handle of the tree view that owns the node. This handle can be passed as a parameter to Windows API function calls that require a handle to the tree view. 

 

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