RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientSocket.DoActivate Method

Provides the prototype of a method to open or close the socket connection.

Pascal
procedure DoActivate(Value: Boolean); override;
C++
virtual __fastcall DoActivate(Boolean Value);

Descendants of TAbstractSocket override DoActivate to provide a method that initiates or terminates the socket connection. The steps that need to be taken to open or close a connection depend on whether the socket is a client socket or a server socket. 

 

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