FMX.Types.TScreenOrientations
Delphi
type TScreenOrientations = set of TScreenOrientation;
C++
typedef System::Set<TScreenOrientation, _DELPHI_SET_ENUMERATOR(TScreenOrientation::Portrait), _DELPHI_SET_ENUMERATOR(TScreenOrientation::InvertedLandscape)> TScreenOrientations;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
set typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Beschreibung
Repräsentiert eine Menge von TScreenOrientation-Aufzählungseinträgen.