FMX.Forms.TFormFactor.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read GetWidth write SetWidth stored True;

C++

__property int Width = {read=GetWidth, write=SetWidth, stored=true, nodefault};

Properties

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

Description

Defines the X dimension (width) of the screen.

The Width property, in conjunction with the Height 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