Vcl.ComCtrls.TTreeNode.GetHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHandle: HWND;

C++

HWND __fastcall GetHandle();

Properties

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

Description

Returns the Handle property.

Calling GetHandle is the same as reading the Handle property.

See Also