System.Win.ScktComp.TAbstractSocket.Open
Delphi
procedure Open;
C++
void __fastcall Open();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Win.ScktComp.pas System.Win.ScktComp.hpp |
System.Win.ScktComp | TAbstractSocket |
Description
Opens the socket connection.
Call Open to initiate the socket connection. Open sets the Active property to true.
For client sockets, Open locates and connects to a server. For server sockets, Open opens the socket connection in a listening mode, but does not complete the connection to a client socket.