System.Sensors.TCustomSensor.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop;

C++

void __fastcall Stop();

Properties

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

Description

Deactivates the sensor.

Stop calls DoStop.

See Also