FMX.Forms.TFormFactor.Orientations

提供: RAD Studio API Documentation
移動先: 案内検索

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)、フォームが取り得るさまざまな方向を指定します。

関連項目