Skip to main content
All docs
V26.1
  • TdxSplashForm.Preview(HMONITOR) Method

    Displays the Splash Form on the target monitor in Preview mode.

    Declaration

    procedure Preview(AMonitor: HMONITOR);

    Parameters

    Name Type Description
    AMonitor HMONITOR

    The target monitor.

    Remarks

    Call the Preview procedure to display the Splash Form on the target monitor in Preview mode. A subsequent mouse click closes the displayed form, similar to the Splash/Wait form preview in the Application Settings dialog.

    VCL Shared Libraries: A Splash Form Preview Example in the "DevExpress Application Settings" Dialog

    If you need to manage Splash Form visibility manually, call Show and Hide procedures instead.

    See Also