Vcl.ComCtrls.TTreeNode.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HWND read GetHandle;

C++

__property HWND Handle = {read=GetHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

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

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.

See Also