TIdBeforeCommandHandlerEvent
Specifies the event type triggered before using command handlers in an executing peer thread.
Unit
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.