System.Bluetooth.TBluetoothSocket.Connect
Delphi
procedure Connect;
C++
void __fastcall Connect();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | System.Bluetooth.pas System.Bluetooth.hpp  | 
        System.Bluetooth | TBluetoothSocket | 
Description
Starts a connection attempt of this socket to a remote device.
- Note: You only need to call Connect on sockets that TBluetoothDevice.CreateClientSocket returns. Sockets that TBluetoothServerSocket.Accept returns are already connected.