System.Bluetooth.Components.TBluetooth.StateConnected
Delphi
property StateConnected: Boolean read GetStateConnected;
C++
__property bool StateConnected = {read=GetStateConnected, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetooth |
Description
Returns True when the current adapter is connected, False otherwise.