Prototype

class function Params(const aURI: string; aIncludeAnchor: boolean = FALSE): TArray<string>;

Description

Returns the list of parameters if any.


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

aIncludeAnchor determines if anchors are returned in the parameter list. Anchors are always placed at the top of the list. The hash mark is retained to distinguish them from parameters.

See also

TMDURI.HasParams