combobox.deleteItem Method
combobox.deleteItem(item);
Deletes an item from the combobox.
Parameters
- item
-
Required. Either an integer as the zero-based index of the item or
a string specifying text of the item. The string can be a regular expression.
See also
combobox Overview |
combobox.newItem
 
© 2003 Lightweight Technologies. All rights reserved.