System.Sensors.TCustomSensor.Start

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Start;

C++

void __fastcall Start();

Properties

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

Description

Activates the sensor.

Start calls DoStart.

See Also