Vcl.Themes.TStyleManager.FormBorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property FormBorderStyle: TFormBorderStyle read FFormBorderStyle write SetFormBorderStyle default fbsCurrentStyle;

C++

/* static */ __property TFormBorderStyle FormBorderStyle = {read=FFormBorderStyle, write=SetFormBorderStyle, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleManager

Description

Specifies the type of border to use for the forms in the application.

Use the FormBorderStyle property to specify whether to use the system's border or the current style's border for the forms in the current application.

By default, the border of the current style is used.

See Also