Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TMouseMoveEvent

Specifies an event handler used to respond to mouse movement events.

Declaration

Source position: controls.pp line 451

type TMouseMoveEvent = procedure(

  Sender: TObject;

  Shift: TShiftState;

  X: Integer;

  Y: Integer

) of object;

Arguments

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