Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > DataSet component > DataSet.removeAll() | |||
Flash Player 7.
Flash MX Professional 2004.
dataSetInstance.removeAll()
Nothing.
Method; removes all items in the DataSet collection.
The following example removes all the items in the DataSet collection contact_ds:
contact_ds.removeAll();
Flash CS3