System.Sensors.TCustomOrientationSensor.Create

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

Delphi

constructor Create(AManager: TSensorManager); override;

C++

__fastcall virtual TCustomOrientationSensor(TSensorManager* AManager);

プロパティ

種類 可視性 ソース ユニット
constructor protected
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomOrientationSensor


説明

TCustomOrientationSensor のインスタンスを作成します。

AManager は、ターゲットのセンサーに対するアクセスを提供する TSensorManager のインスタンスです。

関連項目