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

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

File
TIdAfterCommandHandlerEvent = procedure (ASender: TIdCommandHandlers; AContext: TIdContext) of object;
Parameters 
Description 
ASender 
Server that owns the peer thread.
 
AThread 
The active thread of execution. 

TIdAfterCommandHandlerEvent specifies an event type triggered after using command handlers in an executing peer thread. TIdAfterCommandHandlerEvent is the event type signalled for the TIdTCPServer.OnAfterCommandHandler 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.