System.Bluetooth.Components.TBluetooth.StateConnected

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also