Internet Direct (Indy) Version 9.0.1 Beta
TIdTCPConnection.CmdResultDetails
Represents one or more response messages.

property CmdResultDetails: TStrings;
Description
CmdResultDetails is a read-only TStrings property that contains one or more response messages from SendCmd. CmdResultDetails is used to accumulate response messages for a command that generates multiple response messages.

Use CmdResult to access the most recent response message from SendCmd.