System.Bluetooth.TBluetoothManager.FPairedDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FPairedDevices: TBluetoothDeviceList;

C++

TBluetoothDeviceList* FPairedDevices;

Properties

Type Visibility Source Unit Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager

Description

Protected field that holds the list of remote devices that the GetPairedDevices method returns.

See Also