[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TMouseWheelOption

Enumerated type with values that control mouse wheel operation in a grid.

Declaration

Source position: grids.pas line 171

type TMouseWheelOption = (

  mwCursor,

  

Causes the mouse wheel to move the cursor on the screen.

  mwGrid

  

Causes the mouse wheel to scroll the content in the grid.

);

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