combobox.newItem Method


index = combobox.newItem(strItem);

Inserts a new item in the combobox and returns its index. The new item is inserted at the end of the list, if the control does not sort items automatically.

Parameters

strItem
Required. The text of the new item.

See also

combobox Overview | combobox.deleteItem

 


© 2003 Lightweight Technologies. All rights reserved.