ListBox.DeleteAllRows
Warning
This item was deprecated in version 2019r2. Please use DesktopListBox.RemoveAllRows as a replacement.
Description
Deletes all rows in the ListBox, including any initial values that were specified in the IDE.
Sample code
This example deletes all the rows in ListBox1.
Listbox1.DeleteAllRows
Compatibility
All projects types on all supported operating systems.