Specifies an event handler used to respond to mouse movement events.
Source position: controls.pp line 466
| type TMouseMoveEvent = procedure( | 
| Sender: TObject; | 
| Shift: TShiftState; | 
| X: Integer; | 
| Y: Integer | 
| ) of object; | 
| Sender | 
 | TObject for the event notification. | 
| Shift | 
 | Key modifier in effect for the event. | 
| X | 
 | Horizontal mouse coordinates. | 
| Y | 
 | Vertical mouse coordinates. | 
| CT Web help | 
| CodeTyphon Studio |