TIdCommandEvent
Specifies an event type for an executing command object instance.
TIdCommandEvent = procedure (ASender: TIdCommand) of object;
Unit
Parameters
ASender
Command instance to be handled.
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.