Prototype

class function Link(const aURI: string; aIncludeParams :boolean = TRUE): string;

Description

Returns the path of a URI without anchors.

If aIncludeParams is false, parameters are also omitted, leaving only the path part of the URI.