System.Sensors.TCustomSensor.DoStart
Delphi
function DoStart: Boolean; virtual;
C++
virtual bool __fastcall DoStart(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | System.Sensors.pas System.Sensors.hpp | System.Sensors | TCustomSensor | 
Description
Activates the sensor.
Children of TCustomSensor override this method to manage the way the sensor is activated.