System.Bluetooth.TBluetoothLEDevice.OnDisconnect
Delphi
property OnDisconnect: TNotifyEvent read FOnDisconnect write FOnDisconnect;
C++
__property System::Classes::TNotifyEvent OnDisconnect = {read=FOnDisconnect, write=FOnDisconnect};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
Description
Occurs every time that the TBluetoothLEDevice disconnects.