FMX.Forms.TFormFactor.Orientations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientations: TFormOrientations read FOrientations write SetSupportedOrientations stored True  default [TFormOrientation.Portrait, TFormOrientation.Landscape];

C++

__property Fmx::Types::TScreenOrientations Orientations = {read=FOrientations, write=SetSupportedOrientations, stored=true, default=3};

Properties

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

Description

Specifies the various orientations the form can take on devices that support this feature (for instance, an iPad or an iPhone).

See Also