RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Handle Property

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

Pascal
property Handle: HWND;
C++
__property HWND Handle;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!