Response is a TStrings property that contains string values to be written in an RFC-complaint format as the response for the command. Response is used in
Check when the associated
TIdCommand.Response does not contain any values.
Note:
Check also examines the
TIdCommand.Reply property to generate any values from the command object.
Response is sent to the peer connection in the current thread of execution using the TIdTCPConnection.WriteRFCStrings method.