API:System.Sensors.TCustomLocationSensor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AManager: TSensorManager); override;

C++

__fastcall virtual TCustomLocationSensor(TSensorManager* AManager);

Properties

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

Description

Creates an instance of TCustomSensor.

System.Sensors.TCustomLocationSensor.Create inherits from System.Sensors.TCustomSensor.Create. All content below this line refers to System.Sensors.TCustomSensor.Create.

Creates an instance of TCustomSensor.

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

Create sets the value of Started to False.

See Also