RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TLVDeletedEvent Type

TLVDeletedEvent is the type of a list view's OnDeletion event handler.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!