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

TControl.MouseMove

Handler for MouseMove events.

Declaration

Source position: controls.pp line 1465

protected procedure TControl.MouseMove(

  Shift: TShiftState;

  X: Integer;

  Y: Integer

); virtual;

Arguments

Shift

  

The currently pressed mouse buttons and modifier keys.

X

  

Horizontal Mouse position in client coordinates.

Y

  

Vertical Mouse position in client coordinates.

Description

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