TdxSplashFormBase.Color Property
Specifies Splash Form background color.
Declaration
property Color: TColor read; write; default clDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TColor | clDefault | The form background color. |
Remarks
Use the Color property to explicitly specify the Splash Form background color.
Default Value
The Color property’s default value is clDefault.
The default property value indicates that the active skin and palette determine the form background color.
See Also