F > FListBox.getLength |
FListBox.getLength
FListBox, FListBox.getLength, getLength
Availability
Flash Player 6.
Usage
myListBox.getLength()
Parameters
None.
Returns
An integer.
Description
Method; returns the number of items in the list box.
Example
The following code returns the number of items in phoneList.
phoneList.getLength();
See also