TdxSplashForm.Show Method
Displays the Splash Form.
Declaration
procedure Show;
Remarks
Call Show and Hide procedures to manually display/hide the current Splash Form.
Enable a Splash Form at Startup
The Splash Form is displayed automatically at startup if the Display splash form on application startup option is enabled in the Project Settings dialog.

Hide a Splash Form
The default Splash Form is hidden automatically once the app initialization phase is complete when the following conditions are met:
- The main application form is derived from the TdxForm class (for example, when using the VCL Template Kit).
- DevExpress skins are enabled at the application level (using the Project Settings dialog or a TdxSkinController component).
Otherwise, you need to call the Hide procedure to hide the active Splash Form when required.
See Also