FMX.Forms.TForm.FormFactor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FormFactor: TFormFactor read FFormFactor write FFormFactor;

C++

__property FormFactor;

Properties

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

Description

Specifies the form factor for this FireMonkey form, that is, the TFormFactor properties: width, height, orientations, and devices.

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

Specifies the form factor for this FireMonkey form, that is, the TFormFactor properties: width, height, orientations, and devices.

See Also