Topic Path: Symbol Reference > Types > TIdCommandEvent Type
ContentsIndexHome
PreviousUpNext
TIdCommandEvent Type

Specifies an event type for an executing command object instance.

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.