System.Sensors.TCustomOrientationSensor.AvailableProperties

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

Delphi

property AvailableProperties: TProperties read GetAvailableProperties;

C++

__property TProperties AvailableProperties = {read=GetAvailableProperties, nodefault};

プロパティ

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


説明

この特定のセンサが提供できるプロパティ群のリスト。

すべてのシステム センサが TCustomOrientationSensor に、そのすべてのプロパティについての情報を提供できるわけではありません。AvailableProperties 内のプロパティのみが利用可能であり、有効な値を保有しています。

TCustomOrientationSensor のプロパティを読み取る前に、ターゲット プロパティAvailableProperties のセット内にあるかどうかを、チェックする必要があります。詳細については、以下を参照してください。

関連項目