TLVDeletedEvent is the type of a list view's OnDeletion event handler.
TLVDeletedEvent = procedure (Sender: TObject; Item: TListItem) of object;
(Sender: TObject; Item: TListItem) ( TLVDeletedEvent)();
ComCtrls
Sender is the list view controlthat contains the item that is about to be deleted.
Item is the item that is about to be deleted.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|