API:System.Sensors.TCustomLocationSensor.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AManager: TSensorManager); override;

C++

__fastcall virtual TCustomLocationSensor(TSensorManager* AManager);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor protected
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor

Beschreibung

Erstellt eine Instanz von TCustomSensor.

System.Sensors.TCustomLocationSensor.Create erbt von System.Sensors.TCustomSensor.Create. Der folgende Inhalt bezieht sich auf System.Sensors.TCustomSensor.Create.

Erstellt eine Instanz von TCustomSensor.

AManager ist eine Instanz von TSensorManager, die den Zugriff auf den Zielsensor bereitstellt.

Create setzt den Wert von Started auf False.

Siehe auch