![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
listInstance.selectedItems
Property (read-only); an array of the selected item objects. In a multiple-selection list, selectedItems allows you to access the set of items selected as item objects.
The following example gets an array of selected item objects:
var myObjArray = myList.selectedItems;
List.selectedIndex, List.selectedItem, List.selectedIndices
![]() ![]() | |