System.Bluetooth.TBluetoothSocket.GetConnected

From RAD Studio API Documentation
Revision as of 07:58, 7 June 2016 by L10nBot (talk | contribs) (RS-63438)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetConnected: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetConnected() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothSocket implement.

Getter of Connected.

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, GetConnected always returns True.

See Also