Internet Direct (Indy)
Home
PreviousUpNext
TIdReply.FormattedReply Property

Generates the text representing the formatted reply for the collection item.

Pascal
property FormattedReply: TIdStrings;

FormattedReply is a TStrings property that represents the formatted text to use for the numeric reply code. 

Reading the value in FormattedReply property results in any existing values being cleared, and the text content being regenerated from the internal reply text for the collection item. If the internal reply contains the numeric code for the reply, its text is asssigned to the Text property. 

The write access specifier for the FormattedReply property is declared as an abstract virtual method, and must be overridden in a descendant class to implement the specifics of setting the value for the property.

TIdReplyRFC.FormattedReply

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.