|
RAD Studio VCL Reference
|
Occurs when the execution thread for a connection to a client socket starts up.
property OnThreadStart: TThreadNotifyEvent;
__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 received the client request. The Thread parameter is the thread that is about to start execution.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|