FMX.Forms.TForm.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.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Specifies the vertical size of the form (in pixels).

FMX.Forms.TForm.Height inherits from FMX.Forms.TCommonCustomForm.Height. All content below this line refers to FMX.Forms.TCommonCustomForm.Height.

Specifies the vertical size of the form (in pixels).

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

See Also