RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.SetOnThreadEnd Method

Sets the OnThreadEnd event handler.

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

Applications cannot call this protected method. SetOnThreadEnd 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!