Searched refs:SelPos (Results 1 – 1 of 1) sorted by relevance
850 short SelPos = xListBox.getSelectedItemPos(); in deletefirstListboxEntry() local852 if (SelPos > 0) in deletefirstListboxEntry()854 setControlProperty(ListBoxName, PropertyNames.SELECTED_ITEMS, new short[SelPos]); in deletefirstListboxEntry()855 xListBox.selectItemPos((short) (SelPos - 1), true); in deletefirstListboxEntry()
Completed in 13 milliseconds