System.Bluetooth.TBluetoothLEDevice.OnDisconnect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDisconnect: TNotifyEvent read FOnDisconnect write FOnDisconnect;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


Beschreibung

Wird jedes Mal ausgelöst, wenn die Verbindung mit dem TBluetoothLEDevice getrennt wird.

Siehe auch