FMX.Forms.TFormFactor.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read GetHeight write SetHeight stored True;

C++

__property int Height = {read=GetHeight, write=SetHeight, stored=true, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFormFactor

Description

Defines the Y dimension (height) of the screen.

The Height property, in conjunction with the Width property, determines the dimensions of the screen. If there are several forms that have the same FormFamily, GetDeviceForm will find and instantiate the one that has the best fit dimensions for the current display.

See Also