Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.GridMouseWheel

Performs actions needed when the mouse wheel is scrolled in the grid.

Declaration

Source position: grids.pas line 1101

protected procedure TCustomGrid.GridMouseWheel(

  Shift: TShiftState;

  Delta: Integer

); virtual;

Arguments

Shift

  

Shift state modifier in effect for the action.

Delta

  

Relative change in the current position for the action.

See also

TCustomGrid.MoveNextSelectable

  

Moves to the next selectable cell.