System.Sensors.TSensorManager.Active

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Active: Boolean read GetActive write SetActive;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TSensorManager


Beschreibung

Gibt an, ob der Sensormanager ausgeführt wird (True) oder nicht (False).

Siehe auch