Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdCommandEvent
See Also
,
Unit: IdTCPServer
Specifies an event type for an executing command object instance.
TIdCommandEvent =
procedure
(ASender: TIdCommand)
of
object
;
Description
TIdCommandEvent specifies an event type triggered when a command is performed using a command handler. TIdCommandEvent is the event type signalled to the
TIdCommandHandler.OnCommand
event handler when the
TIdCommand
is executed.