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

    Specifies if a fade-in display effect is enabled for the Splash Form.

    Declaration

    property FadeIn: Boolean read; write;

    Property Value

    Type Description
    Boolean

    Specifies if a fade-in animation effect is enabled:

    True
    Default. A fade-in animation is played when the Splash Form is displayed.
    False
    The Splash Form is displayed instantly.

    Remarks

    A fade-in animation effect is played when the Splash Form is displayed automatically at application startup or when using the Show procedure.

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

    Default Value

    The FadeIn property’s default value is True.

    See Also