RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomIpClient.Open Method

Creates the socket connection.

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

Call Open to create and 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!