ActionScript 2.0 Components Language Reference |
|
|
|
| DataProvider API > DataProvider.length | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
myDP.length
Property (read-only); the number of items in the data provider.
This example sends the number of items in the myArray data provider to the Output panel:
trace(myArray.length);
|
|
|
|