TcxCustomListView.DeleteSelected Method
Removes the selected items from a list view.
Declaration
procedure DeleteSelected;
Remarks
Call DeleteSelected to remove all selected items from the list view control. If the MultiSelect property value is True and several items are selected, the DeleteSelected method removes all selected items.
See Also