Prototype

class function Anchor(const aURI: string; aWithHashTag: boolean = TRUE): string;

Description

Returns the anchor part of the URI if any. The anchor is separated from the path with a hash mark #.

aWithHashTag determines whether to keep or remove the mark from the returned string.