Unit 'MUIClass.DrawPanel' Package
[Overview][Types][Classes][Variables][Index] [#MUIClass]

TMUIMouseWheel

Event for Mousewheel movement

Declaration

Source position: MUIClass.DrawPanel.pas line 19

type TMUIMouseWheel = procedure(

  Sender: TObject;

  ScrollUp: Boolean;

  var EatEvent: Boolean

) of object;

Arguments

Sender

  

Which object got this wheel movement

ScrollUp

  

True if the wheel is scrolled up, false = down

EatEvent

  

Return False if the Event should be sent to the underlaying objects as well.

See also

DrawPanel.OnMouseWheel

  


Documentation generated on: 2024-03-28