System.Sensors.TCustomSensor.DoStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoStart: Boolean; virtual;

C++

virtual bool __fastcall DoStart();

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.

Start calls DoStart.

See Also