System.Bluetooth.TBluetoothSocket.Connected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connected: Boolean read GetConnected;

C++

__property bool Connected = {read=GetConnected, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket

Description

Indicates whether the socket is connected to the remote device (True) or not (False).

Platform Support

Platform Supported Notes

32-bit Windows
64-bit Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

YesC++11Feature.png
  • In versions earlier than 4.0, Connected is always True.

See Also