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

TControl.DoCallMouseWheelEventHandler

Passes mouse wheel events to the handlers added to the control.

Declaration

Source position: controls.pp line 1484

protected procedure TControl.DoCallMouseWheelEventHandler(

  HandlerType: TControlHandlerType;

  Shift: TShiftState;

  WheelDelta: Integer;

  MousePos: TPoint;

  var Handled: Boolean

);

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