FMX.Platform.IFMXScreenService.SetScreenOrientation

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

Delphi

procedure SetScreenOrientation(AOrientations: TScreenOrientations);

C++

virtual void __fastcall SetScreenOrientation(Fmx::Types::TScreenOrientations AOrientations) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXScreenService


説明

画面の方向を設定するメソッドを宣言します。

SetScreenOrientation の実装では、画面の方向を設定しなければなりません。

関連項目