System.Win.ScktComp.TCustomServerSocket.GetOnThreadStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnThreadStart: TThreadNotifyEvent;

C++

TThreadNotifyEvent __fastcall GetOnThreadStart();

Properties

Type Visibility Source Unit Parent
function protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomServerSocket

Description

Returns the OnThreadStart event handler.

Applications cannot call this protected method. GetOnThreadStart returns the OnThreadStart event handler of the TServerWinSocket object that describes the server endpoint of the listening connection.

See Also