Contents - Index - Previous - Next


OnMouseMove event



Applies to
TProfGrid component

Declaration
property OnMouseMove: TMouseMoveEvent;

Description

Occurs when the user moves the mouse pointer while the mouse pointer is over the grid.

Use the OnMouseMove event handler to respond when the mouse pointer moves after the grid control has captured the mouse.

Use the Shift parameter to determine the state of the shift keys and mouse buttons. The X and Y parameters are pixel coordinates of the new location of the mouse pointer in the client area of the grid control.