ui.ComboBox.removeItem

Remove an item by name.

Syntax

removeItem(
   name STRING )
  1. name is the name of a combobox item.

Usage

The removeItem() method deletes an item from the list. The item to be removed is identified by the name passed as a parameter. If the item does not exist, the method returns without error.