Vcl.Themes.TStyleManager.ChangeChildFormSystemBorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property ChangeChildFormSystemBorder: Boolean

C++

/* static */ __property bool ChangeChildFormSystemBorder = {read=FChangeChildFormSystemBorder, write=FChangeChildFormSystemBorder, default=1};

Properties

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

Description

Enables changing of MDI child form system border under Windows 10+.

See Also