Skip to main content
All docs
V26.1
  • TdxSplashForm.Show Method

    Displays the Splash Form.

    Declaration

    procedure Show;

    Remarks

    Call Show and Hide procedures to manually display/hide the current Splash Form.

    Tip

    Use FadeIn and FadeOut properties to enable/disable fade in/out effects for the 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.

    VCL Shared Libraries: The "Project Settings" Dialog — Enable a Splash Form at Startup

    Hide a Splash Form

    The default Splash Form is hidden automatically once the app initialization phase is complete when the following conditions are met:

    Otherwise, you need to call the Hide procedure to hide the active Splash Form when required.

    See Also