Checks for mouse wheel events in the control.
Source position: dbctrls.pp line 759
protected function TCustomDBComboBox.DoMouseWheel( |
Shift: TShiftState; |
WheelDelta: Integer; |
MousePos: TPoint |
):Boolean; override; |
Shift |
|
Shift state for the mouse wheel event. |
WheelDelta |
|
Number of clicks that the mouse wheel was moved. |
MousePos |
|
Mouse cursor position for the mouse wheel event. |