FMX.ListBox.TCustomComboBox.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 TCustomComboBox

Description

Deletes all the items from the Items list.

Call Clear to empty the combo box at run time.

See Also