System.Sensors.Components.TSensor.OnSensorRemoved

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

Delphi

property OnSensorRemoved: TNotifyEvent read FOnSensorRemoved write SetOnSensorRemoved;

C++

__property System::Classes::TNotifyEvent OnSensorRemoved = {read=FOnSensorRemoved, write=SetOnSensorRemoved};

プロパティ

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


説明

センサセンサ マネージャから移動する直前に、発生します。

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

関連項目