DataSet.removeAll()

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

dataSetInstance.removeAll()

Returns

Nothing.

Description

Method; removes all items in the DataSet collection.

Example

The following example removes all the items in the DataSet collection contact_ds:

contact_ds.removeAll(); 

Flash CS3