FMX.ListBox.TCustomListBox.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; virtual;

C++

virtual void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Deletes all the items from the list.

Clear removes the items from the list box and also frees the memory allocated for them. The items in the list box are stored as TListBoxItem objects.

See Also