Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

BeforeUnload

Samuel Gomes edited this page Nov 25, 2022 · 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