Vcl.Forms.TTitleBar.SystemButtons

From RAD Studio API Documentation
Jump to: navigation, search

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 set custom colors for the title bar buttons.

Note: This option is only available on Windows 10.

See Also