AdvStringGrid question

Hello,

I have a simple question: what do these function exactly do :

  • AdvStringGrid.Clear
  • AdvStringGrid.ClearAll

I don’t find the answers on the documentation

What I want to do: erase all the information in all column and in all row on the grid

Regards

The difference is that ClearAll also clears any possible internally built-up filter lists. So, if you use filtering in the grid and want to make sure all is cleared, please use grid.ClearAll.