Top  >  Lycia reference  >  Querix 4GL  >  Classes and Methods  >  ui classes and methods  >  ui.Combobox methods  >  ui.Combobox.getItemText()

ui.Combobox.GetItemText()

ui.Combobox.GetItemText() retrieves the text of the list item placed at the index specified as the method attribute. The index is a position of the item in the drop down list:

 

LET item_text = cbx.GetItemText(5)