RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TLVOwnerDataEvent Type

TLVOwnerDataEvent is the type of a list view's OnData event handler.

Pascal
TLVOwnerDataEvent = procedure (Sender: TObject; Item: TListItem) of object;
C++
(Sender: TObject; Item: TListItem) ( TLVOwnerDataEvent)();

ComCtrls

Sender is the list view control in which an item is about to be displayed.  

Item is the item that is about to be displayed. Any changes that you make to the item will be reflected in the list view control. 

 

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