ListBox.DeleteAllRows
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.RemoveAllRows as a replacement. |
Method
Deletes all rows in the ListBox, including any initial values that were specified in the IDE.
Example
This example deletes all the rows in ListBox1.
Listbox1.DeleteAllRows