Vcl.ComCtrls.TComboBoxExStrings.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

Deletes all the strings from the list.

Vcl.ComCtrls.TComboBoxExStrings.Clear inherits from Vcl.StdCtrls.TCustomComboBoxStrings.Clear. All content below this line refers to Vcl.StdCtrls.TCustomComboBoxStrings.Clear.

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.

See Also