RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.SetOnThreadStart Method

Sets the OnThreadStart event handler.

Pascal
procedure SetOnThreadStart(Value: TThreadNotifyEvent);
C++
__fastcall SetOnThreadStart(TThreadNotifyEvent Value);

Applications cannot call this protected method. SetOnThreadStart sets the OnThreadEnd event handler of the TServerWinSocket object that describes the server endpoint of the listening connection. Server socket objects use TServerWinSocket to implement their OnThreadEnd event. 

 

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