Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
德尔福 XE
有什么方法可以检测表单是否收到了鼠标点击?表单中的 OnClick 事件仅在表单的空白部分触发。任何有控件的部分都不会响应。
您需要过滤排队的消息以在全局级别检测鼠标事件。
TApplication.OnMessage
WM_MOUSEDOWN
WM_MOUSEUP
如果您确实在尝试检测表单激活,请使用OnActivate.
OnActivate