Vcl.StdCtrls.TCustomComboBoxStrings.Clear
Delphi
procedure Clear; override;
C++
virtual void __fastcall Clear();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomComboBoxStrings |
Description
Deletes all the strings from the list.
Call clear to empty the drop-down list of the combo box. All references to associated objects are also removed. However, the objects themselves are not freed.