Prototype

class function HasAnchor(const aURI: string): boolean; overload;

class function HasAnchor(const aURI: string; var aAnchor: string; aWithHashTag: boolean = TRUE): boolean; overload;

Description

Determines whether an anchor is appended to the path.


The anchor is separated from the path by a hash mark #.

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

See also

TMDURI.Anchor