Vcl.Forms.TTitleBar.SystemHeight

From RAD Studio API Documentation

Delphi

property SystemHeight: Boolean read FSystemHeight write SetSystemHeight default True;

C++

__property bool SystemHeight = {read=FSystemHeight, write=SetSystemHeight, 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 height.

Set the SystemHeight property to False to customize the title bar height.

See Also