FMX.Forms.TFormFactor

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTFormFactor

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