Vcl.ComCtrls.TTreeNodes.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 TTreeNodes

Description

Contains the window handle of the tree view control that owns the tree nodes object.

Use Handle to obtain the handle of the tree view that owns the tree nodes object.

See Also