System.Sensors.TCustomSensor.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TSensorState read GetState;

C++

__property TSensorState State = {read=GetState, nodefault};

Properties

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

Description

State of the sensor.

See Also