System.Sensors.TSensorManager.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read GetActive write SetActive;

C++

__property bool Active = {read=GetActive, write=SetActive, nodefault};

Properties

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

Description

Specifies whether the sensor manager is running (True) or not (False).

See Also