System.Sensors.TCustomMechanicalSensor.SwitchState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SwitchState: Boolean index TProperty.SwitchState read GetBooleanProperty;

C++

__property bool SwitchState = {read=GetBooleanProperty, index=0, nodefault};

Properties

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

Description

State of a two-state switch.

See Also