Internet Direct (Indy) Version 9.0.1 Beta
TIdHTTP.ResponseCode
Specifies the response code received from a HTTP server.

property ResponseCode: Integer;
Description
ResponseCode is a read-only Integer property that specifies the numeric response code received from a HTTP server. ResponseCode normally contains one of the following values:

ResponseCode is updated in the DoRequest method when a HTTP server response is retrieved. Use ResponseText to access the textual description of the numeric response code.