[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
MouseMove - a procedure that allows the programmer to simulate a mouse being moved over the control, and initiates the same Action as that associated with the OnMouseMove event
Source position: controls.pp line 1153
protected procedure TControl.MouseMove( |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); virtual; |
MouseMove - a procedure that allows the programmer to simulate a mouse being moved over the control, and initiates the same Action as that associated with the #lcl.Controls.TControl.OnMouseMove event
Shift signifies whether Ctrl, Shift or Alt keys are also pressed; X, Y show mouse position
lazarus-ccr.sourceforge.net |