System.Win.ScktComp.TCustomServerSocket.GetOnClientEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetOnClientEvent(Index: Integer): TSocketNotifyEvent;

C++

TSocketNotifyEvent __fastcall GetOnClientEvent(int Index);

Propriétés

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

Description

Fournit un accès indicé aux différents gestionnaires d'événements qui répondent aux événements client.

Les applications ne peuvent pas appeler cette méthode protégée. Elle est utilisée en interne pour implémenter les gestionnaires d'événement qui répondent aux événements client.

Voir aussi