System.Win.ScktComp.TCustomServerSocket.SetGetSocketEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGetSocketEvent(Value: TGetSocketEvent);

C++

void __fastcall SetGetSocketEvent(TGetSocketEvent 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 OnGetSocket event handler.

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

See Also