Performs actions needed when the mouse wheel is scrolled in the grid.
Source position: grids.pas line 1101
protected procedure TCustomGrid.GridMouseWheel( |
Shift: TShiftState; |
Delta: Integer |
); virtual; |
Shift |
|
Shift state modifier in effect for the action. |
Delta |
|
Relative change in the current position for the action. |
|
Moves to the next selectable cell. |