URL Label (TBBUrlLabel )

A label that behaves like a link in HTML.

Properties

   URL         : string 
      The URL to be displayed in the default browser if the label is
      clicked.
   LinkColor   : TColor default clBlue
      These colours follow there equivalents in html. This is the normal
      text colour, the sane as Font.Color.
   ALinkColor  : TColor default clRed
      The colour when the link is activated that is the mouse clicked on
      it.
   VLinkColor  : TColor default clNavy
      The colour when the link has been visited.
   HotColor    : TColor default clRed
      The colour when the cursor is over the label.

Other properties, methods and events are as the standard TLabel, but the
Font.Color and Cursor properties have different defaults.

