System.Bluetooth.Components.TBluetooth.StateConnected

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property StateConnected: Boolean read GetStateConnected;

C++

__property bool StateConnected = {read=GetStateConnected, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

Gibt True zurück, wenn der aktuelle Adapter verbunden ist, anderenfalls False.

Siehe auch