Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPResponseInfo.ContentText
Specifies the content for the HTTP response.

property ContentText: string;
Description
ContentText is a String property that specifies the data used for the content of the HTTP response.

WriteContent uses ContentStream, when assigned, to generate HTTP response content instead of ContentText.