API: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

説明

Create は、TCustomSensor のインスタンスを作成します。

System.Sensors.TCustomOrientationSensor.Create は System.Sensors.TCustomSensor.Create を継承しています。以下の内容はすべて System.Sensors.TCustomSensor.Create を参照しています。

Create は、TCustomSensor のインスタンスを作成します。

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

Create では Started の値を False に設定します。

関連項目