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

THTTPHeader.Query

QUERY_STRING environment variable value

Declaration

Source position: httpdefs.pp line 457

public property THTTPHeader.Query : string
  index Ord(hvQuery)
  read GetHTTPVariable
  write SetHTTPVariable;

Description

Query contains the query string portion of the request URL. This includes all parameters passed in the URL after the '?' character.


Documentation generated on: Jan 16 2026