System.Win.ScktComp.TCustomServerSocket.SetGetThreadEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGetThreadEvent(Value: TGetThreadEvent);

C++

void __fastcall SetGetThreadEvent(TGetThreadEvent 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 OnGetThread event handler.

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

See Also