Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdRFCReply.SetReply
TIdRFCReply
,
See Also
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.