function GetWebLinkAt(ScrX, ScrY: Integer; AllowFileLinks: Boolean = False): string;
Description
Returns the destination for the link found at the specified location (in screen points), or '' if no link is found.
If AllowFileLinks is enabled, links to external files will also be returned.