RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TMouseMoveEvent Type

TMouseMoveEvent is the function type for an OnMouseMove event.

Pascal
TMouseMoveEvent = procedure (Sender: TObject; Shift: TShiftState; X, Y: Integer) of object;
C++
(Sender: TObject; Shift: TShiftState; X, Y: Integer) ( TMouseMoveEvent)();

TMouseMoveEvent has the following parameters:

Parameter 
Meaning 
Sender  
The control that generated the event.  
Shift  
The shift state during the mouse movement operation.  
X | Y  
The current mouse coordinates.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!