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 TCustomLocationSensor.

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

See Also