TdxSplashFormBase.BorderStyle Property
Specifies form border style.
Declaration
property BorderStyle: TBorderStyle read; write; default TBorderStyle.Default;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxSplashFormBase.TBorderStyle | Default | The active border display mode. |
Remarks
Use the BorderStyle property to hide or display a border for the Splash or Wait Form:
- TdxSplashFormBase.TBorderStyle.Default
Splash or Wait Form displays a border (border appearance depends on active skin and palette).

- TdxSplashFormBase.TBorderStyle.None
Splash or Wait Form has no border.

See Also