System.Sensors.Components.TSensor.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read GetActive write SetActive default False;

C++

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

Properties

Type Visibility Source Unit Parent
property published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TSensor

Description

Specifies whether the sensor is currently running (True) or stopped (False).