Handler for MouseMove events.
Source position: controls.pp line 1465
protected procedure TControl.MouseMove( |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); virtual; |
Shift |
|
The currently pressed mouse buttons and modifier keys. |
X |
|
Horizontal Mouse position in client coordinates. |
Y |
|
Vertical Mouse position in client coordinates. |
Called by the MouseMove message handler. The DragManager is notified while the control is being dragged. Finally the OnMouseMove handler is invoked.
CT Web help |
CodeTyphon Studio |