TcxCustomListView.Clear Method
Removes all items from a list view.
Declaration
procedure Clear;
Remarks
Call Clear if you wish, for some reason, to remove all items from the list view. The Items property appears empty after this method is executed.
See Also