System.Sensors.TCustomSensor.DoStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStop; virtual;

C++

virtual void __fastcall DoStop();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor

Description

Deactivates the sensor.

Children of TCustomSensor override this method to manage the way the sensor is deactivated.

Stop calls DoStop.

See Also