[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.