HTTP response status code
Source position: httpdefs.pp line 617
public property TResponse.Code : Integer read FCode write FCode;
Code contains the HTTP status code for the response. Common values include 200 (OK), 404 (Not Found), and 500 (Internal Server Error).