Internet Direct (Indy)
Home
PreviousUpNext
TIdReply.SetReply Method (string, string)

Stores the values used for the Code and Text properties in the reply.

Pascal
procedure SetReply(
    const ACode: string; 
    const AText: string
); virtual; overload;
Parameters 
Description 
ACode 
Reply code as a string value.
 
AText 
Reply text as a string value. 

SetReply is an overloaded procedure used to store the values used for the Code and Text properties in the reply. 

SetReply is used in TIdReplies.Add to set the property values for the new TIdReply instance.

TIdReply.SetReply 

TIdReplies.Add

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.