A label component that can launch a web browser . This component acts like a link found in a web page. You can assign a target URL and if the user clicks on the component, it will launch a web browser using the target URL as destination. A TfpgCustomLabel descendant that implements hyperlink support This is a class to implement a hyperlink. Of course, such as all the other fpGUI components it is cross platform (Windows, Linux) but its behaviour can be different because of the the way the browser is called. Under Windows the ShellExecute Windows API is used, so you can have any web compliant URL as the hyperlink target. For example, the typical http:// hyperlink but also a mailto: link will work. Under Linux you can only use the typical http:// hyperlink. String type property that contains the hyperlink target. Standard font for this component is Arial-8:antialias=true:underline This overriden procedure intercepts left mouse keydown, call its inherited method and run GoHyperLink method to jump hyperlink. Jump to hyperlink. Its default is True, so the hyperlink width is automatically determined. Text description for the hyperlink. It can be different from the URL target and more descriptive. Color of Text property. This property is the type of font when mouse is over the hyperlink Same as HotTrackFont but for TextColor property when the mouse is over the hyperlink.