Skip to main content
All docs
V26.1
  • TdxSplashFormBase.Default Property

    Specifies if the Splash Form is used as default.

    Declaration

    property Default: Boolean read; write; default False;

    Property Value

    Type Default Description
    Boolean False

    True if the form is used as default; otherwise, False.

    Remarks

    Set the Default property to True to mark the Splash or Wait Form as default.

    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