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

Description

Indicates the window handle of the list view that displays the list item.

A window handle identifies a the window to the underlying API. Handle is a read-only property containing the handle of the list view that displays the list item.

See Also