System.Win.ScktComp.TCustomServerSocket.SetOnThreadEnd
Delphi
procedure SetOnThreadEnd(Value: TThreadNotifyEvent);
C++
void __fastcall SetOnThreadEnd(TThreadNotifyEvent Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Win.ScktComp.pas System.Win.ScktComp.hpp |
System.Win.ScktComp | TCustomServerSocket |
Description
Sets the OnThreadEnd event handler.
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.