RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.OnDeletion Event

Occurs when an item in the list view is about to be deleted.

Pascal
property OnDeletion: TLVDeletedEvent;
C++
__property TLVDeletedEvent OnDeletion;

Write an OnDeletion event handler to respond when an item in the list is about to be deleted. The Item parameter is the TListItem object from the Items property that is about to be deleted. 

 

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