Vcl.ComCtrls.TListItems.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 protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

Description

Returns the value of the Handle property.

GetHandle is the getter method for the Handle property.

See Also