DesktopApplication.Opening

From Xojo Documentation

Event


DesktopApplication.Opening()

New in 2021r3

Supported for all project types and targets.

The app is opening.

Notes

The Opening event is the first event called when your app starts.

The Activated event is called after the Opening event.