Vcl.Forms.TTitleBar.SystemButtons
Delphi
property SystemButtons: Boolean read FSystemButtons write SetSystemButtons default True;
C++
__property bool SystemButtons = {read=FSystemButtons, write=SetSystemButtons, 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 caption buttons.
Set the SystemButtons 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.