RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.DoOpen Method

Opens a connection to a remote socket.

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

The socket uses DoOpen internally to open a connection to a remote socket. DoOpen handles those tasks that are common to establishing a connection synchronously or asynchronously. 

Do not call DoOpen to open a connection. Instead, call the public Open method, which orchestrates the opening of a connection either synchronously or asynchronously, depending on the socket type. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!