Passes mouse wheel events to the handlers added to the control.
Source position: controls.pp line 1484
protected procedure TControl.DoCallMouseWheelEventHandler( |
HandlerType: TControlHandlerType; |
Shift: TShiftState; |
WheelDelta: Integer; |
MousePos: TPoint; |
var Handled: Boolean |
); |