System.Bluetooth.TBluetoothDevice.IsPaired

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsPaired: Boolean read GetPaired;

C++

__property bool IsPaired = {read=GetPaired, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothDevice

Description

Whether the remote device is paired with the device that is running your application (True) or not (False).

The TBluetoothAdapter.PairedDevices contains a list of paired devices. Use TBluetoothAdapter.Pair to request to pair the device that is running your application with a remote device.

See Also