System.Win.ScktComp.TCustomServerSocket.SetOnThreadStart

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetOnThreadStart(Value: TThreadNotifyEvent);

C++

void __fastcall SetOnThreadStart(TThreadNotifyEvent 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 OnThreadStart.

Les applications ne peuvent pas appeler cette méthode protégée. SetOnThreadStart définit le gestionnaire d'événement OnThreadEnd 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 OnThreadEnd.

Voir aussi