in Delphi TIPS :: If, in your Delphi application you need to know what control is "under" the mouse while the mouse is being moved over the application, you can use RTL's FindVCLWindow function.
Read the full article to learn how to Get the Control Under the Mouse in a Delphi application
Related:

How about getting the Control from non-Delphi applications?
Thanks Mojo.