Table of Contents

TTMSMCPHTTPServerRequest.QueryParams Property

The query string, without the leading question mark. Read-only.

API unit family: TMS.MCP.HTTPServer Declaring type: TTMSMCPHTTPServerRequest Type: string

Syntax

property QueryParams: string;

Remarks

Supplied unparsed and still encoded, so splitting it into names and values, and decoding them, is up to the handler.