System.Bluetooth.TBluetoothDevice.IsPaired
Delphi
property IsPaired: Boolean read GetPaired;
C++
__property bool IsPaired = {read=GetPaired, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp  | 
        System.Bluetooth | TBluetoothDevice | 
説明
リモート デバイスが、こちらのアプリケーションが動作しているデバイスとペアになっているか(True)、なっていないか(False)を示します。
TBluetoothAdapter.PairedDevices には、ペアになったデバイスのリストが含まれます。TBluetoothAdapter.Pair を使用すると、こちらのアプリケーションが動作しているデバイスをリモート デバイスとペアにするよう要求することができます。