Internet Direct (Indy) Version 9.0.1 Beta
TIdCommandHandler.Response
Contains string values used as the response for the command handler.

property Response: TStrings;
Description
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.