TcxListBox.Clear Method
Removes all items from the list box.
Declaration
procedure Clear;
Remarks
Use the Clear method if you want to delete all the items from the Items collection.
Note
this method is not in effect when the list box is in virtual mode. The current mode is specified by the ListStyle property.
See Also