Vcl.Controls.TControl.ExplicitHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExplicitHeight: Integer read FExplicitHeight;

C++

__property int ExplicitHeight = {read=FExplicitHeight, nodefault};

Properties

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

Description

Specifies the explicit vertical size of the control in pixels.

ExplicitHeight is a read-only property used internally by Delphi. Use Height in applications to allow read and write access.

See Also