Internet Direct (Indy)
Home
PreviousUpNext
TIdURI.Params Property

Represents optional arguments in the URI.

Pascal
property Params: string;

Params is a String property that represents optional arguments used in the URI. Params will normally contain values that do not represent one of the other URI component values like Document or Bookmark as extracted in ParseURI. Params values are normally expressed in the notation used for URL or URI resources, and can be encoded from their raw form using ParamsEncode

Params is updated in ParseURI, and is used when GetFullURI is called to rebuild the URI value from its components.

ParamsEncode 

ParseURI 

GetFullURI

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.