| Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
|
Over which component is the mouse currently?
Q: Is it possible to know which component the mouse is over? Does the mouse
A: Just trap the cm_mouseenter and cm_mouseleave message.
Comments:
| |||||||||