Internet Direct (Indy)
Home
PreviousUpNext
TIdBeforeCommandHandlerEvent Type

Event type triggered before using command handlers in an executing peer thread.

Pascal
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.

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.