Internet Direct (Indy) Version 9.0.1 Beta
TIdServerThreadEvent
Specifies an event type for connections on a TCP server.

TIdServerThreadEvent = procedure (AThread: TIdPeerThread) of object;
Description
TIdServerThreadEvent is a event type that allows the TCP server to respond to requests generated by a TIdPeerThread connections on the server. TIdServerThreadEvent is generated when a peer thread requests a connection, begins executing, or intends to close the connection on the TCP server.