ListBox.DeleteAllRows

From Real Software Documentation

Jump to: navigation, search
Method
ListBox.DeleteAllRows ( )

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
Personal tools