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

TRequest.QueryString

Query string portion of the request

Declaration

Source position: httpdefs.pp line 547

public property TRequest.QueryString : string
  index Ord(hvQuery)
  read GetHTTPVariable
  write SetHTTPVariable;

Description

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


Documentation generated on: Jan 16 2026