System.Sensors.TCustomMechanicalSensor.TProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TProperties = set of TCustomMechanicalSensor.TProperty;

C++

typedef System::Set<TProperty, _DELPHI_SET_ENUMERATOR(TProperty::SwitchState), _DELPHI_SET_ENUMERATOR(TProperty::Weight)> TProperties;

Properties

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

Description

Type containing a set of properties of TCustomMechanicalSensor.

See Also