FMX.Types.TScreenOrientations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TScreenOrientations = set of TScreenOrientation;

C++

typedef System::Set<TScreenOrientation, _DELPHI_SET_ENUMERATOR(TScreenOrientation::Portrait), _DELPHI_SET_ENUMERATOR(TScreenOrientation::InvertedLandscape)> TScreenOrientations;

Properties

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

Description

Represents a set of TScreenOrientation enumeration items.

See Also