FMX.Platform.IFMXScreenService.SetScreenOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetScreenOrientation(AOrientations: TScreenOrientations);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXScreenService

Description

Declares a method setting the screen orientation.

Implementations of SetScreenOrientation should set the screen orientation.

See Also