RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.Create Constructor

Creates an instance of TServerClientThread.

Pascal
constructor Create(CreateSuspended: Boolean; ASocket: TServerClientWinSocket);
C++
__fastcall TServerClientThread(Boolean CreateSuspended, TServerClientWinSocket ASocket);

Use Create to create an instance of TServerClientThread for a connection to a client socket, and add the thread to the cache maintained by the associated listening socket. 

Initializes FreeOnTerminate to true. 

Initializes Priority to tpHigher. 

Initializes ClientSocket to the ASocket parameter and ServerSocket to ASocket.ServerWinSocket. 

Starts the thread executing. 

Adds the thread to the cache maintained by ServerSocket

Sets the OnErrorEvent and OnSocketEvent event handlers of ClientSocket so that events are sent to ServerSocket

Signals when initialization is complete and the thread is ready for reading from or writing to the client connection. 

 

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