RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.ReActivate Method

Initializes the thread for a particular client connection.

Pascal
procedure ReActivate(ASocket: TServerClientWinSocket);
C++
__fastcall ReActivate(TServerClientWinSocket ASocket);

ReActivate is called when the thread is created or reactivated from the server socket's cache of threads. ReActivate assigns the Error and Event methods as event handlers for the associated TServerWinSocket and informs the server socket that the thread is now active. 

 

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