FMX.Controls.TControl.ExplicitHeight
Delphi
property ExplicitHeight: Single read FExplicitHeight;
C++
__property float ExplicitHeight = {read=FExplicitHeight};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.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.