Vcl.ComCtrls.TListItems.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear(void);

Properties

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

Description

Removes all items from the list.

Call Clear to empty the list view of all items. Clear frees all memory associated with the list items and updates the image of the list view.

See Also