1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 20:24:54 +00:00

Updated BeforeUnload (markdown)

FellippeHeitor 2016-12-22 00:13:20 -02:00
parent 684191cd42
commit 8377a960ff

@ -1,3 +1,3 @@
The BeforeUnload event is triggered right before your form is closed, and gives you a chance to perform any cleanup routines (or data saving routines) before leaving. The BeforeUnload event is triggered right before your form is closed, and gives you a chance to perform any cleanup routines (or data saving routines) before leaving.
If you want to cancel the quit request, set the [[__UI_UnloadSignal|Global variables]] variable to [[False|Constants]]. If you want to cancel the quit request, set the [[__UI_UnloadSignal]] variable to [[False|Constants]].