[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.MouseMove

Handler for MouseMove events.

Declaration

Source position: controls.pp line 1360

protected procedure TControl.MouseMove(

  Shift: TShiftState;

  X: Integer;

  Y: Integer

); virtual;

Arguments

Shift

  

The currently pressed mouse buttons and modifier keys.

X

  

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.