System.Bluetooth.TBluetoothLEDevice.OnDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also