Internet Direct (Indy)
Home
PreviousUpNext
TIdCommand.Reply Property

Contains the numeric and text content of an RFC reply .

Pascal
property Reply: TIdReply;

Reply is a TIdRFCReply property that contains the NumericCode and Text that makes up an RFC response message. Reply is given the value in the ReplyNormal property of the command handler, when it is created by the command handler. 

Reply can be altered if an exception is raised during execution of the command. After an exception is raised, Reply will contain the ReplyExceptionCode, from either the server or the command handler that raised the exception, and the exception text. 

Reply is sent to the peer connection prior to the Response for the command handler when PerformReply is True.

TIdRFCReply 

TIdCommandHandler

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.