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