[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handle mouse wheelup events in the grid control
Source position: dbgrids.pas line 436
protected function TCustomDBGrid.DoMouseWheelUp( |
Shift: TShiftState; |
MousePos: TPoint |
):Boolean; override; |
Shift |
|
Shift state for the mouse wheel event |
MousePos |
|
Location of the mouse wheel event |
True when the mouse event is handled in the method
DoMouseWheelUp is an overridden Boolean function used to handle mouse wheel up events in the grid control. The return value is True when the mouse wheel event has been handled in the method. DoMouseWheelUp signals the OnMouseWheelUp event handler when it has been assigned to handle the mouse event. If OnMouseWheelUp cannot handle the mouse event, and the DataLink is marked as Active, DataLink calls its MoveBy method.
lazarus-ccr.sourceforge.net |