vcl-dxribbonform-dot-tdxcustomribbonform-3d15ebd5.md
Specifies the form’s border style.
property BorderStyle: TFormBorderStyle read; write; default bsSizeable;
| Type | Default | Description |
|---|---|---|
| TFormBorderStyle | bsSizeable |
A form border style.
|
Options include:
|
Value
|
Description
| | --- | --- | |
bsNone
|
Note
Only the Alt+F4 keystroke can close the form.
| |
bsSingle
|
| |
bsDialog
|
| |
bsSizable
|
| |
bsToolWindow
|
| |
bsSizeToolWin
|
|
If the current border style prohibits the title bar from showing a button, you are unable to display it, even if the corresponding flag is present in the BorderIcons property.
The BorderStyle property’s default value is bsSizeable.
See Also