index = listbox.newItem(strItem);
Inserts a new item in the list and returns its index. The new item is inserted at the end of the list, if the control does not sort items automatically.
listbox Overview | listbox.deleteItem