TLinkType = procedure(Sender: TObject; const Rel, Rev, Href: string)
of Object;
The TLinkType type points to a method that might process the contents of a <LINK> HTML tag. Sender is the THtmlViewer, TFrameViewer, or TFrameBrowser which encounters the <LINK> tag. The other three parameters are the values of <LINK> tag attributes with the same name.
See also: