Icon Params Property

property Params: TStrings

Usage

Available In: Client and Server Applications

Specifies the URL parameters for the web server request. The Params property is automatically set up to use the equals (=) character for separating the name/value pairs, so you can use the Values property to set them by name. If specifying the parameters directly as name=value strings in the string list, each parameter should be specified as a separate string.
Image