RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.OnThreadStart Event

Occurs when the execution thread for a connection to a client socket starts up.

Pascal
property OnThreadStart: TThreadNotifyEvent;
C++
__property TThreadNotifyEvent OnThreadStart;

Write an OnThreadStart to initialize the TServerClientThread for the connection to a single client socket. The Sender parameter is the TServerWinSocket that describes the server endpoint of the listening connection. The Thread parameter is the thread that is about to start execution. 

 

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