ATLinkLabel

From Lazarus wiki
Revision as of 19:34, 7 November 2017 by Alextp (talk | contribs) (→‎Download)
Jump to navigationJump to search

About

ATLinkLabel is a component: label which shows an URL,

  • it's hilited with a color on mouseover
  • it opens browser on click.

It is class TLinkLabel. It has new props:

  • Link: string: it is URL
  • ColorLinkNormal: TColor: color of label when passive
  • ColorLinkMouseover: TColor: color of label on mouseover

License

MPL 2.0 or LGPL.

Download

Homepage at github: https://github.com/Alexey-T/ATFlatControls