Vcl.Forms.TTitleBar.SystemColors
Delphi
property SystemColors: Boolean read FSystemColors write SetSystemColors default True;
C++
__property bool SystemColors = {read=FSystemColors, write=SetSystemColors, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TTitleBar |
Description
It specifies if title bar should use the system default colors.
Set the SystemColors to False
to customize the title bar colors and the rendering of styled and unstyled controls.
Note: This option is available on Windows 10 and 11.