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