Event Handler type triggered before executing a command handler in TIdCmdTCPClient.
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.
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. |