FMX.ExtCtrls.TPopupBox.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height;

C++

__property Height;

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

specifies the vertical size of the control (in dp).

FMX.ExtCtrls.TPopupBox.Height inherits from FMX.Controls.TControl.Height. All content below this line refers to FMX.Controls.TControl.Height.

Height specifies the vertical size of the control (in dp).

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

See Also