Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTP.ResponseText
Specifies the text for a response received from a HTTP server.

property ResponseText: string;
Description
ResponseText is a read-only String property that specifies the textual message for a response received from a HTTP server. ResponseText normally contains one of the following values messages for the associated ResponseCode:

ResponseText is updated in the DoRequest method when a HTTP server response is retrieved. Use ResponseCode to access the numeric value for the HTTP server response.