Vcl.StdCtrls.TCustomListBox.DeleteSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteSelected; override;

C++

virtual void __fastcall DeleteSelected(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

Deletes the selected items from the list box.

Call DeleteSelected to delete the selected items from the list box.

See Also