Show: Delphi C++
Display Preferences

Vcl.Controls.TControl.Height

From XE2 API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read FHeight write SetHeight;

C++

__property int Height = {read=FHeight, write=SetHeight, nodefault};

Contents

Properties

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

Description

Specifies the vertical size of the control in pixels.

Use the Height property to read or change the height of the control.

See Also


Code Examples

Personal tools
Previous Versions
Translations