RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractSocket.Open Method

Opens the socket connection.

Pascal
procedure Open;
C++
__fastcall Open();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!