Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TResponse.Code

HTTP response status code

Declaration

Source position: httpdefs.pp line 617

public property TResponse.Code : Integer
  read FCode
  write FCode;

Description

Code contains the HTTP status code for the response. Common values include 200 (OK), 404 (Not Found), and 500 (Internal Server Error).


Documentation generated on: Jan 16 2026