Internet Direct (Indy) Version 9.0.2 Beta
TIdBeforeCommandHandlerEvent
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;
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.