Skip to content

BeforeUnload

FellippeHeitor edited this page Dec 22, 2016 · 2 revisions

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 variable to False.

Clone this wiki locally