System.Sensors.TCustomSensor.Started

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Started: Boolean read FStarted;

C++

__property bool Started = {read=FStarted, nodefault};

Properties

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

Description

Indicates whether the sensor is activated and ready.

The constructor sets the value of this property to False.

See Also