Skip to main content
All docs
V26.1
  • TdxSplashFormManager.SplashForm(string) Method

    Provides access to a Splash Form by name.

    Declaration

    class function SplashForm(const AName: string = ''): TdxSplashForm; static;

    Parameters

    Name Type Description
    AName string

    Optional. Specifies the target Splash Form name.

    If you omit the AName parameter, the function returns the default Splash Form (the function uses the DefaultName constant value as the target name).

    Returns

    Type Description
    TdxSplashForm

    Returns the Splash Form with the name passed as the AName parameter (or the default splash form if the optional parameter is omitted).

    If no form is found, an exception occurs.

    Remarks

    Call SplashForm and WaitForm class functions to access individual Splash Forms in the application by name.

    See Also