Deletes the specified item.
SyntaxReference_Syntax.deleteItem( INTEGER param )
Parameters
param
|
A valid integer representing the zero-based
index into the item.
|
ReturnsTrue
if the item was deleted and false if it was not deleted.
JavaScriptListBox1.deleteItem(ListBox1.selectedIndex);
FormCalcListBox1.deleteItem(ListBox1.selectedIndex)
|
|
|