RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.Delete Method

Removes an item from the list view and frees the associated memory.

Pascal
procedure Delete(Item: TListItem); dynamic;
C++
__fastcall Delete(TListItem Item);

Call Delete to remove an item from the list view. Delete generates an OnDeletion event before freeing the list item. 

 

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