Vcl.ComCtrls.TCustomListView.DeleteSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteSelected; override;

C++

virtual void __fastcall DeleteSelected();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Deletes all the selected items.

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

See Also