System.Sensors.TCustomEnvironmentalSensor.TProperties

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TProperties = set of TCustomEnvironmentalSensor.TProperty;

C++

typedef System::Set<TProperty, _DELPHI_SET_ENUMERATOR(TProperty::Temperature), _DELPHI_SET_ENUMERATOR(TProperty::WindSpeed)> TProperties;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomEnvironmentalSensor


説明

TCustomEnvironmentalSensorプロパティのセットを保有する型。

関連項目