System.Sensors.TCustomSensor.Create
Delphi
constructor Create(AManager: TSensorManager); virtual;
C++
__fastcall virtual TCustomSensor(TSensorManager* AManager);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | protected | System.Sensors.pas System.Sensors.hpp |
System.Sensors | TCustomSensor |
Description
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
.