FMX.ListBox.TCustomComboBox.Clear

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Clear; virtual;

C++

virtual void __fastcall Clear();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


Beschreibung

Löscht alle Einträge aus der Items-Liste.

Mit Clear können Sie zur Laufzeit das Kombinationsfeld leeren.

Siehe auch