System.Sensors.TCustomSensor.CustomProperty

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

Delphi

property CustomProperty[const Prop]: Variant read GetCustomProperty write SetCustomProperty;

C++

__property System::Variant CustomProperty[const void *Prop] = {read=GetCustomProperty, write=SetCustomProperty};

プロパティ

種類 可視性 ソース ユニット
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor


説明

センサ固有のプロパティ。

センサのプロパティは、センサの能力(感度など)、メーカー、モデル番号、有効範囲、ユーザーの許可なしに使用できるかどうかについての情報を提供します。 このメンバによって提供されるプロパティは、基とするシステム センサが提供するプロパティ群ですが、センサ クラスはその他のメンバを介して公開はしません。

関連項目