Prototype

class function HasParams(const aURI: string; aIncludeAnchor: boolean = FALSE): boolean; overload;

class function HasParams(const aURI: string; var aParams: TArray<string>; aIncludeAnchor: boolean = FALSE): boolean; overload;

Description

Determines whether parameters are appended to the path.


Parameters are separated from the domain by a question mark ? or ,for images only, by a hash mark #.

In the second form, aIncludeAnchor determines whether anchors are returned in the parameter list aParams.

See also

TMDURI.Params