System.Win.ScktComp.TCustomServerSocket.SetOnClientError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnClientError(Value: TSocketErrorEvent);

C++

void __fastcall SetOnClientError(TSocketErrorEvent 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 OnClientError event handler.

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

See Also