System.Sensors.Components.TSensor.OnStateChanged

提供:RAD Studio API Documentation

Delphi

property OnStateChanged: TNotifyEvent read FOnStateChanged write SetOnStateChanged;

C++

__property System::Classes::TNotifyEvent OnStateChanged = {read=FOnStateChanged, write=SetOnStateChanged};

プロパティ

種類 可視性 ソース ユニット
event published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TSensor


説明

センサ状態が変更された際に、発生します。

このイベントは、TCustomSensor.OnStateChanged のラッパーです。

関連項目