Topic Path: Symbol Reference > Classes > TIdCommand Class > TIdCommand Properties > CommandHandler Property
ContentsIndexHome
PreviousUpNext
TIdCommand.CommandHandler Property

Represents the command handler that generated the object instance.

property CommandHandler: TIdCommandHandler;

CommandHandler is a read-only TIdCommandHandler property that represents the command handler that created the TIdCommand object instance. CommandHandler is assigned when the object instance is created as the peer thread is executed in TIdCommandHandler.Check. CommandHandler provides access to the TIdCommandHandler properties that indicates the Command string executed by the peer thread, delimiters for both the command and optional parameters, and reply content and exception codes.

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