System.Win.ScktComp.TThreadNotifyEvent
Delphi
TThreadNotifyEvent = procedure (Sender: TObject;
Thread: TServerClientThread) of object;
C++
typedef void __fastcall (__closure *TThreadNotifyEvent)(System::TObject* Sender, TServerClientThread* Thread);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Win.ScktComp.pas System.Win.ScktComp.hpp |
System.Win.ScktComp | System.Win.ScktComp |
Description
The type for event handlers that notify that an event has occurred to a TServerClientThread.
TThreadNotifyEvent procedures are used to perform specific actions when a TServerClientThread starts or ends.
The Sender
parameter represents the socket that starts the TServerClientThread.