startupForm

Type: Form

Availability: Read or write at any time

The startupForm property of the Application class contains a reference to the form that is initially created and displayed automatically when the application is started up. If the initialize method of the application creates a form that is not unloaded, the start-up form is ignored.

The startupForm property is specified in the Startup Form combo box of the Define Application dialog in the JADE development environment.

Any change to the property at run time is not retained when the application terminates.