ActionScript 2.0 Components Language Reference |
|
|
|
| DataProvider API > DataProvider.removeAll() | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
myDP.removeAll()
None.
Nothing.
Method; removes all items in the data provider. This method triggers the modelChanged event with the event name removeItems.
This example removes all the items in the data provider:
myDP.removeAll();
|
|
|
|