Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPResponse.ResponseText
Represents the textual messages received in an HTTP response.

property ResponseText: String;
Description
ResponseText is a String property that represents the textual values retrieved in an HTTP reponse, and contains the numeric response code and associated message string. ResponseText is used to extract the numeric HTTP response code in ResponseCode.

ResponseText is updated in TIdHTTP.ConnectToHost and TIdHTTP.DoRequest, when the HTTP client established a connection to the host server, or receives an HTTP response from the server.