THtmlViewer, TFrameViewer, and TFrameBrowser components
property LinkAttributes: TStringList;
The LinkAttributes property is valid within the following link related event handlers:
OnHotspotClick
OnHotspotCovered
LinkAttributes is a TStringList containing all the attributes present in a link tag. Individual attributes may be accessed using TStringList's Values property, as:
Destination := Viewer.LinkAttributes.Values['href'];