Vcl.Themes.TStyleManager.TFormBorderStyle
Delphi
TFormBorderStyle = (fbsCurrentStyle, fbsSystemStyle);
C++
enum DECLSPEC_DENUM TFormBorderStyle : unsigned char { fbsCurrentStyle, fbsSystemStyle };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | TStyleManager |
Description
Defines the types of borders for the forms in an application.
TFormBorderStyle indicates the two types of border styles available for forms: the system border and the current style border.
| Value | Meaning |
|---|---|
|
|
The forms use the border defined in the current style. |
|
|
The forms use the default system border, but keep all the other settings of the style. |