System.Bluetooth.TBluetoothLEDevice.OnConnect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnConnect: TNotifyEvent read FOnConnect write FOnConnect;

C++

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

プロパティ

種類 可視性 ソース ユニット
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


説明

TBluetoothLEDevice が接続されるたびに発生します。

関連項目