TcxCustomGridTableView.ClearItems Method
In This Article
Removes all items from the View.
#Declaration
Delphi
procedure ClearItems;
#Remarks
Call this method to remove all items from the Items collection. When all View items are destroyed, then a View displays nothing. To remove a specific item, call its destructor.
See Also