System.Win.ScktComp.TCustomServerSocket.GetOnClientError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetOnClientError: TSocketErrorEvent;

C++

TSocketErrorEvent __fastcall GetOnClientError();

Propriétés

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

Description

Renvoie le gestionnaire d'événement OnClientError.

Les applications ne peuvent pas appeler cette méthode protégée. GetOnClientError renvoie le gestionnaire d'événement OnClientError de l'objet TServerWinSocket décrivant l'extrémité au niveau du serveur de la connexion d'écoute.

Voir aussi