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")