![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
listInstance.getItemAt(index)
index A number greater than or equal to 0, and less than List.length. The index of the item to retrieve.
The indexed item object. Undefined if index is out of range.
Method; retrieves the item at a specified index.
The following code displays the label of the item at index position 4:
trace(myList.getItemAt(4).label);
![]() ![]() | |