Vcl.ComCtrls.TListItems.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer);

C++

void __fastcall Delete(int Index);

Properties

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

Description

Deletes a specified item and updates the list view accordingly.

The Delete method deletes the item in the list view specified with the Index parameter. The first item has an index of 0, the second item has an index of 1, and so on.

See Also