FMX.Forms.TApplicationFormFactor

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Forms.TFormFactorSystem.Classes.TPersistentSystem.TObjectTApplicationFormFactor

Delphi

TApplicationFormFactor = class(TFormFactor)

C++

class PASCALIMPLEMENTATION TApplicationFormFactor : public TFormFactor

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).

FMX.Forms.TApplicationFormFactor inherits from FMX.Forms.TFormFactor. All content below this line refers to FMX.Forms.TFormFactor.

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