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