WebListBox.RemoveRow
From Xojo Documentation
Method
Deletes the specified row. Index is zero-based.
Examples
The following code removes the first row.
ListBox1.RemoveRow(0)
To remove the currently selected row:
Deletes the specified row. Index is zero-based.
The following code removes the first row.
To remove the currently selected row: