getNextItem(Ver2.14対応版)
IndexScriptGlobal method− getNextItem

getNextItem( num1, num2 )
Returns the index of the next item that corresponds to the status flag specified.
パラメータ1(数値型)
The index of the items to start the search.
If -1, the first hit is returned.
If 0 or more, the next hit at the specified index is returned.
Example:
First selection item : iSel = getNextItem(-1, 2);
First focus item : iFocus = getNextItem(-1, 1);

パラメータ2(数値型)
Status flag.
0x01: Focused
0x02: Selected

返り値(数値型)
Index of hit item.