Topic Path: Symbol Reference > Classes > TIdCommandHandler Class > TIdCommandHandler Properties > NormalReply Property
ContentsIndexHome
PreviousUpNext
TIdCommandHandler.NormalReply Property

Represents the reply indicating successful completion of the command handler.

property NormalReply: TIdReply;

NormalReply is a TIdReply property that contains the NumericCode and Text for the reply indicating successful completion of the command handler. ReplyNormal is used as the initial value for the reply in an associated TIdCommand object instance in the command handler. 

ReplyNormal is used in the Check method prior to invoking execution of the command object of the command handler.

TIdRFCReply 

TIdCommand 

Check

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