Skip to content

BeforeUnload

Samuel Gomes edited this page May 9, 2023 · 1 revision

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