PlatformAPI.TOTADeviceOrientation

提供:RAD Studio API Documentation

Delphi

TOTADeviceOrientation = (doPortrait, doUpsideDown, doLandscapeLeft, doLandscapeRight);

C++

enum DECLSPEC_DENUM TOTADeviceOrientation : unsigned char { doPortrait, doUpsideDown, doLandscapeLeft, doLandscapeRight };

プロパティ

種類 可視性 ソース ユニット
enum public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI


説明

TOTADeviceOrientation は、デバイスの方向のタイプです。次の方向がサポートされています:

doPortrait

doLandscapeRight

doUpsideDown

doLandscapeLeft