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.
Select all rows in grid.
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.