Vcl.Forms.TTitleBar.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read GetHeight write SetHeight default 0;

C++

__property int Height = {read=GetHeight, write=SetHeight, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar

Description

It retrieves the height of the title bar.

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

See Also