LinkAttributes Property


Applies to

THtmlViewer, TFrameViewer, and TFrameBrowser components

Declaration

property LinkAttributes: TStringList;

The LinkAttributes property is valid within the following link related event handlers:

OnHotspotClick

OnHotspotCovered

OnHotspotTargetClick

OnHotspotTargetCovered

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'];

See Also:

LinkText Property