Vcl.Controls.TMargins.ExplicitHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExplicitHeight: Integer index 7 read GetControlBound;

C++

__property int ExplicitHeight = {read=GetControlBound, index=7, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Specifies the height for the control.

ExplicitHeight specifies the height for the control.

See Also