Internet Direct (Indy) Version 9.0.2 Beta
TIdRFCReply.SetReply
Updates the contents of the RFC reply.

procedure SetReply(const ANumericCode: Integer; const AText: string);
Parameters
const ANumericCode: Integer
Numeric response value for the reply.

const AText: string
Textual content for the reply.

Description
SetReply is a procedure used to update the contents of the RFC reply using the arguments in ANumericCode and AText. Use Clear to reset the RFC reply to its default empty values.