Event type triggered before using command handlers in an executing peer thread.
TIdBeforeCommandHandlerEvent = procedure (ASender: TIdCommandHandlers; var AData: string; AContext: TIdContext) of object;
Parameters |
Description |
ASender |
Server that owns the peer thread. |
AData |
Command or Data received from the peer thread connection. |
AThread |
The active thread of execution. |
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.
TIdAfterCommandHandlerEvent TIdNoCommandHandlerEvent TIdCommandEvent
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |