ComboBox.removeAll()

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

comboBoxInstance.removeAll()

Parameters

None.

Returns

Nothing.

Description

Method; removes all items in the list. This is a method of the List component that is available from an instance of the ComboBox component.

Example

The following code clears the list:

myCombo.removeAll();

See also

ComboBox.removeItemAt(), ComboBox.replaceItemAt()