Vcl.Controls.TControl.Height
Delphi
property Height: Integer read FHeight write SetHeight;
C++
__property int Height = {read=FHeight, write=SetHeight, nodefault};
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