FMX.Forms.TFormFactor

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TFormFactor = class(TPersistent)

C++

class PASCALIMPLEMENTATION TFormFactor : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

Is used to specify various display options for sharing forms between multiple devices (PCs, iPads, and so on).

TFormFactor defines the width and height of the screen, the devices the forms will be used on, and the available orientations.

See Also