Integer;
HTTP Response Code (200, 201, 202, 204, 400, etc. – Default ist 200).
Siehe https://de.wikipedia.org/wiki/HTTP-Statuscode
ccHTTPResultHandler.ContentText := 'Not found'; ccHTTPResultHandler.ContentType := 'text/plain'; ccHTTPResultHandler.ResponseCode := 404;