RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListControl.DeleteSelected Method

Deletes all the selected items.

Pascal
procedure DeleteSelected; virtual; abstract;
C++
virtual __fastcall DeleteSelected() = 0;

Call DeleteSelected to remove all selected items from the list control. DeleteSelected deletes only the item or items that are selected. 

 

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