Application.Open

From Xojo Documentation

Event


Application.Open()

Supported for all project types and targets.

The app is opening.

Notes

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

The Activate event is called after the Open event.