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.
我正在开发一个通过蓝牙与微控制器通信的 VCL 应用程序,我想在应用程序终止之前执行代码。
如何检测应用程序即将终止?
OnClose为您的主窗体的事件编写一个处理程序。该参考描述了该应用程序。关机通知为:
OnClose
当应用程序关闭时,主窗体会收到 OnClose 事件,但任何子窗体都不会收到 OnClose 事件。
当表单以任何方式关闭时(除了进程被杀死或段错误等),代码将被执行