FMX.Types.TScreenOrientations

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TScreenOrientations = set of TScreenOrientation;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types


説明

TScreenOrientation 列挙型項目のセットを表します。

関連項目