System.Sensors.TCustomOrientationSensor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AManager: TSensorManager); override;

C++

__fastcall virtual TCustomOrientationSensor(TSensorManager* AManager);

Properties

Type Visibility Source Unit Parent
constructor protected
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomOrientationSensor

Description

Creates an instance of TCustomOrientationSensor.

AManager is an instance of TSensorManager that provides access to the target sensor.

See Also