Show: Delphi
C++
Display Preferences
FMX.Types.TControl.Height
From XE2 API Documentation
Delphi
property Height: Single read GetHeight write SetHeight;
C++
__property float Height = {read=GetHeight, write=SetHeight};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Specifies the vertical size of the control (in pixels).
Use the Height property to read or change the height of the control.