Skip to main content
All docs
V26.1
  • TdxSplashFormManager Class

    A global Splash Form manager.

    Declaration

    TdxSplashFormManager = class(
        TObject,
        IdxSplashFormManager
    )

    Remarks

    A Splash Form is a dedicated form type displayed during the app initialization phase (TdxSplashForm) or time-consuming operations (TdxWaitForm).

    VCL Shared Libraries: A Splash Form Example

    Note

    Our Splash Form Manager (TdxSplashFormManager) is available as a Community Technology Preview (CTP). Please review our pre-release software notes if you plan on using Splash and Wait Forms in your application.

    Splash Form Management

    Use Splash Form options within the Project Settings design-time dialog to add and customize Splash/Wait forms for your application.

    VCL Shared Libraries: The "Project Settings" Dialog — Splash Form-Related Settings

    Splash Form Designer

    The Splash Form Designer dialog allows you to configure the layout of a predefined or custom Splash/Wait form. Select a Splash or Wait form in the Project Settings dialog and click Customize… to display the Splash Form Designer dialog.

    VCL Shared Libraries: The Splash Form Designer Dialog

    Main API Members

    The list below outlines key members of the TdxSplashFormManager class. These members allow access to splash screen forms displayed at startup and during time-consuming operations.

    DefaultName
    Specifies the default name for Splash and Wait forms.
    SplashForm
    Provides access to a Splash Form by name.
    WaitForm
    Provides access to a Wait Form by name.

    Inheritance

    TObject
    TdxSplashFormManager
    See Also