[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handle mouse wheel down events in the grid control
Source position: dbgrids.pas line 435
protected function TCustomDBGrid.DoMouseWheelDown( |
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
DoMouseWheelDown is an overridden Boolean function used to handle mouse wheel down events in the grid control. The return value is True when the mouse wheel event has been handled in the method. DoMouseWheelDown signals the OnMouseWheelDown event handler when it has been assigned to handle the mouse event. If OnMouseWheelDown cannot handle the mouse event, and the DataLink is marked as Active, DataLink calls its MoveBy method.
|
Invokes the OnMouseWheelDown handler. |
lazarus-ccr.sourceforge.net |