Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandEvent Type

Specifies an event type for an executing command object instance.

Pascal
TIdCommandEvent = procedure (ASender: TIdCommand) of object;
Parameters 
Description 
ASender 
Command instance to be handled. 

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.

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.