Vcl.ComCtrls.TCustomListView.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Item: TListItem); dynamic;

C++

DYNAMIC void __fastcall Delete(TListItem* Item);

Properties

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

Description

Removes an item from the list view and frees the associated memory.

Call Delete to remove an item from the list view. Delete generates an OnDeletion event before freeing the list item.

See Also