FMX.Forms.TFormFactor.Orientations

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFormFactor

Beschreibung

Gibt die verschiedenen Ausrichtungen des Formulars auf den Geräten an, die dieses Feature unterstützen (z.B. auf iPad oder iPhone).

Siehe auch