FMX.Types.TScreenOrientations
Delphi
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.