DataProvider.length

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

myDP.length

Description

Property (read-only); the number of items in the data provider.

Example

This example sends the number of items in the myArray data provider to the Output panel:

trace(myArray.length);