System.Bluetooth.TBluetoothAdapter.PairedDevices
Delphi
property PairedDevices: TBluetoothDeviceList read GetPairedDevices;
C++
__property TBluetoothDeviceList* PairedDevices = {read=GetPairedDevices};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothAdapter | 
Description
List of remote devices that are paired to the device that is running your application.