System.Bluetooth.TBluetoothLEDevice.OnConnect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnConnect: TNotifyEvent read FOnConnect write FOnConnect;

C++

__property System::Classes::TNotifyEvent OnConnect = {read=FOnConnect, write=FOnConnect};

Eigenschaften

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


Beschreibung

Wird jedes Mal ausgelöst, wenn eine Verbindung mit dem TBluetoothLEDevice hergestellt wird.

Siehe auch