System.Sensors.Components.TSensor.Active

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Active: Boolean read GetActive write SetActive default False;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TSensor


Beschreibung

Gibt an, ob der Sensor gerade ausgeführt wird (True) oder angehalten wurde (False).