Skip to main content
All docs
V26.1
  • TdxSplashForm.FadeOut Property

    Specifies if a fade-out hide effect is enabled for the Splash Form.

    Declaration

    property FadeOut: Boolean read; write;

    Property Value

    Type Description
    Boolean

    Specifies if a fade-out animation effect is enabled:

    False
    Default. The Splash Form disappears instantly when hidden.
    True
    Fade-out animation is played when the Splash Form is hidden.

    Remarks

    A fade-out animation effect is played when the Splash Form is hidden automatically once the app initialization phase is complete or when using the Hide procedure. The fade-out animation effect is initially disabled.

    VCL Shared Libraries: Fade-in and Fade-out Animation Effects

    Use FadeIn and FadeOut properties to enable or disable fade in/out effects for Splash Form display/hide operations.

    Default Value

    The FadeOut property’s default value is False.

    See Also