Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdAfterCommandHandlerEvent
See Also
,
Unit: IdTCPServer
Specifies the event type triggered after using command handlers in an executing peer thread.
TIdAfterCommandHandlerEvent =
procedure
(ASender: TIdTCPServer; AThread: TIdPeerThread)
of
object
;
Description
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.