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:
|
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.

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