Internet Direct (Indy)
Home
PreviousUpNext
TIdReply.Text Property

Textual values associated with the Code for the reply.

Pascal
property Text: TIdStrings;

Text is a TStrings property that represents the textual content associated with Code in the reply. Writing to Text calls Assign to set the new values for the property. 

Use Code to set the numeric response of the reply in string form. 

Use NumericCode to set the numeric response of the reply in integer form. 

Use Clear remove all lines in the Text property and set Code to an empty string. 

Text is update in SetReply.

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.