![]() |
Previous | Next |
The getNextCheckedItem method retrieves the index of the next checked item in the playlist following the specified index.
Syntax
elementID.getNextCheckedItem(item)
Parameters
item
Number (long) indicating the index of the item to search after.
Return Values
This method returns a Number (long).
Remarks
When there are no further checked items, this method returns 1.
See Also
Previous | Next |