Topic Path: Symbol Reference > Types > TIdBeforeCommandHandlerEvent Type
ContentsIndexHome
PreviousUpNext
TIdBeforeCommandHandlerEvent Type

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

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

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.