You can catch next events :
1. CM_MOUSEENTER / CM_MOUSELEAVE when mouse pointer "enters/leaves" the control (client) area.
Unfortunately there is no message handler in the VCL controls so you must write your own.
2. WM_MOUSE_MOVE is mapped on the OnMouseMoveEvent;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.