FMX.Forms.TFormFactor.Orientations
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};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | published | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | TFormFactor | 
説明
この機能をサポートするデバイス上で(例、iPad や iPhone)、フォームが取り得るさまざまな方向を指定します。