Vcl.Themes.TStyleManager.TFormBorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

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

fbsCurrentStyle

The forms use the border defined in the current style.

fbsSystemStyle

The forms use the default system border, but keep all the other settings of the style.

See Also