StatusCode Property
Contains the Status Code element of the server's response.
Syntax
property StatusCode: Integer read get_StatusCode;
Default Value
0
Remarks
Use this property to access the status code supplied by the server in its response (such as 200 in HTTP 200 OK).
This property is read-only and not available at design time.