FMX.Forms.TFormOrientations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFormOrientations = set of TScreenOrientation;

C++

typedef Fmx::Types::TScreenOrientations TFormOrientations;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

Represents a set of TScreenOrientation enumeration items.

Notice that TFormOrientation is the alias type to TScreenOrientation.

See Also