F > FListBox.removeAll

 

FListBox.removeAll

Availability

Flash Player 6.

Usage

myListBox.removeAll()

Parameters

None.

Returns

Nothing.

Description

Method; removes all the items from the list box, updates it, and resizes the scroll bar.

Example

The following code removes all the items from wishList.

wishList.removeAll();

See also

FListBox.removeItemAt