Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 SelectAll

SelectAll

Select all rows in grid.

pas
procedure SelectAll; virtual;

Internally, this method set Selected array property for every row in the grid to True, and puts the grid into multi-select mode.

Sign in