System.Sensors.TCustomSensor.HasCustomProperty

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

Delphi

property HasCustomProperty[const Prop]: Boolean read GetHasCustomProperty;

C++

__property bool HasCustomProperty[const void *Prop] = {read=GetHasCustomProperty};

プロパティ

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


説明

システム センサが指定されたインデックスのカスタム プロパティを持っているか(True)、持っていないか(False)を示します。

関連項目