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

Event Handler type triggered before executing a command handler in TIdCmdTCPClient.

File
TIdCmdTCPClientAfterCommandHandlerEvent = procedure (ASender: TIdCmdTCPClient; AContext: TIdContext) of object;
Parameters 
Description 
ASender 
Client for the event notification.
 
AContext 
Listener thread for the event notification. 

TIdCmdTCPClientAfterCommandHandlerEvent is the type for event handlers triggered before execution of a command handler in TIdCmdTCPClient

ASender is the TIdCmdTCPClient for the event notification. 

AContext is the TIdContext that represents the listener thread for the event notification. 

TIdCmdTCPClientAfterCommandHandlerEvent allows access to properties and methods in both the client and the listener thread following execution of a command handler. 

TIdCmdTCPClientAfterCommandHandlerEvent is the type used to represent the TIdCmdTCPClient.OnAfterCommandHandler property.

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