|
RAD Studio VCL Reference
|
TMouseWheelUpDownEvent is the function type for an OnMouseWheelUp event.
TMouseWheelUpDownEvent = procedure (Sender: TObject; Shift: TShiftState; MousePos: TPoint; var Handled: Boolean) of object;
(Sender: TObject; Shift: TShiftState; MousePos: TPoint; var Handled: Boolean) ( TMouseWheelUpDownEvent)();
TMouseWheelUpDownEvent has the following parameters:
|
Parameter |
Meaning |
|
Sender |
The control which generated the event. |
|
Shift |
The shift state during the rotation of the mouse wheel. |
|
MousePos |
The current mouse position. |
|
Handled |
This parameter is used to specify whether the event is handled in the user code. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|