System.Bluetooth.TBluetoothLEDevice.OnDisconnect

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

Delphi

property OnDisconnect: TNotifyEvent read FOnDisconnect write FOnDisconnect;

C++

__property System::Classes::TNotifyEvent OnDisconnect = {read=FOnDisconnect, write=FOnDisconnect};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


説明

TBluetoothLEDevice の接続が解除されるたびに発生します。

関連項目