Indy 9
TIdServerThreadEvent
See Also, Unit: IdTCPServer
Specifies an event type for connections on a TCP server.
TIdServerThreadEvent = procedure (AThread: TIdPeerThread) of object;
Unit
IdTCPServer
Parameters
AThread
Thread connection generating the event.
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.