1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-08 00:40:14 +00:00

Created __UI_UnloadSignal (markdown)

FellippeHeitor 2016-12-22 00:13:09 -02:00
parent 2a250a1c61
commit 684191cd42

3
__UI_UnloadSignal.md Normal file

@ -0,0 +1,3 @@
The [[global variable|Global variables]] __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.