If you ever created visual components you probably wanted to know if the mouse is over the component. Well, this is a lot easier than you could imagine using Delphi Help There are two Delphi component messages you need to use: CM_MOUSEENTER and CM_MOUSELEAVE. For a complete list of Delphi component messages check out [...]
How to Know if the Mouse has Entered the Component Area
No Comments »
Merlin’s Delphi Forge