RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.DoActivate Method

Opens or Closes the socket connection.

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

DoActivate provides the underlying implementation of the Open and Close methods. When Value is true, DoActivate opens a listening connection to accept connection requests. When Value is false, DoActivate terminates the current listening connection and any connections to client sockets. 

 

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