RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItems.Delete Method

Deletes a specified item and updates the list view accordingly.

Pascal
procedure Delete(Index: Integer);
C++
__fastcall Delete(int Index);

The Delete method deletes the item in the list view specified with the Index parameter. The first item has an index of 0, the second item has an index of 1, and so on. 

 

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