RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseSocket.Open Method

Creates the socket connection.

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

Call Open to create the socket connection. Descendants of TBaseSocket use Open to initiate the socket connection. 

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!