listbox.newItem Method


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.

Parameters

strItem
Required. The text of the new item.

See also

listbox Overview | listbox.deleteItem

 


© 2003 Lightweight Technologies. All rights reserved.