<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ComboBox > Method >GetSelectedIndex |
Gets the index of the selected item.
Prototype :
integer GetSelectedIndex
(
No Arguments
)
Reference :
Gets the index of only the first item among the items of the combo box allowing multiple selections.
Example :
_TraceLn(This.GetSelectedIndex());
Available Events :
All Events