System.Win.ScktComp.TCustomServerSocket.SetOnThreadStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnThreadStart(Value: TThreadNotifyEvent);

C++

void __fastcall SetOnThreadStart(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 OnThreadStart event handler.

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.

See Also