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.