Delphi:TURLLabel - HTML Anchors in Delphi

This component, a TLabel descendant, has the look, feel and behavior of HTML Anchor elements. The component text is underlined when the mouse pointer moves over it. Clicking on the text automatically opens the URL in question in the default browser on the host machine. The source code is easily modified to provide different default behavior.

Usage: Register TURLLabel in the components palette of the Delphi IDE. To do this, first open URLLbl.PAS, then select Install Component from the Component menu. Read the comments in URLLbl.PAS to configure it to your own needs.
Download
Jump To...

Colophon