System.Bluetooth.Components.TBluetooth.IsPaired
Delphi
function IsPaired(const ADevice: TBluetoothDevice): Boolean;
C++
bool __fastcall IsPaired(System::Bluetooth::TBluetoothDevice* const ADevice);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetooth |
Beschreibung
Gibt True zurück, wenn das ADevice-Gerät mit dem aktuellen Adapter gekoppelt ist, anderenfalls False.