Searched refs:iSelIndex (Results 1 – 2 of 2) sorted by relevance
395 short iSelIndex = iSelIndices[0]; in changeSelectionOrder() local397 String CurItem = NewItemList[iSelIndex]; in changeSelectionOrder()398 String NeighborItem = NewItemList[iSelIndex + iNeighbor]; in changeSelectionOrder()399 NewItemList[iSelIndex + iNeighbor] = CurItem; in changeSelectionOrder()400 NewItemList[iSelIndex] = NeighborItem; in changeSelectionOrder()
287 public void addSingleItemtoListbox(XListBox xListBox, String ListItem, short iSelIndex) in addSingleItemtoListbox() argument290 if (iSelIndex != -1) in addSingleItemtoListbox()292 xListBox.selectItemPos(iSelIndex, true); in addSingleItemtoListbox()
Completed in 14 milliseconds