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

Description

Specifies the window handle for the list view that displays the items managed by TListItems.

Use Handle as a parameter for calls to the underlying API that require a window handle.

See Also