Topic Path: Symbol Reference > Classes > TIdCmdTCPClient Class > TIdCmdTCPClient Events > OnAfterCommandHandler Event
ContentsIndexHome
PreviousUpNext
TIdCmdTCPClient.OnAfterCommandHandler Event

Event handler triggered following execution of a TIdCommand in the command handler-enabled client.

property OnAfterCommandHandler: TIdCmdTCPClientAfterCommandHandlerEvent;

OnAfterCommandHandler is a TIdCmdTCPClientAfterCommandHandlerEvent event handler property used to respond to the notification following execution of a TIdCommand instance the CommandHandlers collection. 

Procedures assigned to the OnBeforeCommandHandler and OnAfterCommandHandler event handlers are in turn executed using the corresponding methods in the CommandHandlers collection. 

Arguments provided to the event handler identify the TIdCmdTCPClient client and the TIdContext for the event notification.

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