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

ui.Combobox.RemoveItem()

The RemoveItem() method is used to delete an item from the combo box list. The item is referenced by name which is passed to the method as an argument:

 

CALL cbx.RemoveItem("myitem")