1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
1 __UI_UnloadSignal
FellippeHeitor edited this page 2016-12-22 00:13:09 -02:00

The global variable __UI_UnloadSignal will be set to True if the user requested the program to be closed, either by clicking the X button on the title bar or by hitting Alt+F4 (Windows only).

In an BeforeUnload event, set this variable to False to cancel the quit request.