System.Win.ScktComp.TCustomServerSocket.SetOnClientError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetOnClientError(Value: TSocketErrorEvent);

C++

void __fastcall SetOnClientError(TSocketErrorEvent Value);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomServerSocket

Description

Définit le gestionnaire d'événement OnClientError.

Les applications ne peuvent pas appeler cette méthode protégée. SetOnClientError définit le gestionnaire d'événement OnClientError de l'objet TServerWinSocket décrivant l'extrémité au niveau du serveur de la connexion d'écoute. Les objets socket serveur utilisent TServerWinSocket pour implémenter leur événement OnClientError.

Voir aussi