How can I get the response text in Delphi's IdHTTP similar to JS ajax response? There is standard responseText property that contains page content, also IdHTTP has responseCode property, but it represents HTTP status code.
For example, in JS ajax response there are statusCode and responseText (see the image).