Indy 9
TIdBeforeCommandHandlerEvent
See Also, Unit: IdTCPServer
Specifies the event type triggered before using command handlers in an executing peer thread.
TIdBeforeCommandHandlerEvent = procedure (ASender: TIdTCPServer; const AData: string; AThread: TIdPeerThread) of object;
Unit
IdTCPServer
Parameters
AData
Command or Data received from the peer thread connection.
ASender
Server that owns the peer thread.
AThread
The active thread of execution.
Description
TIdBeforeCommandHandlerEvent specifies an event type triggered before using command handlers in an executing peer thread. TIdBeforeCommandHandlerEvent is the event type signalled for the TIdTCPServer.OnBeforeCommandHandler event handler.

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