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

The OnLoad event is triggered right after your form has been created in memory and has just been displayed to the user. Any code you add here will be run at startup only.

See also:

Clone this wiki locally