ATLinkLabel

From Lazarus wiki
Revision as of 17:22, 27 January 2016 by Alextp (talk | contribs) (→‎About)
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

Download

It's in the ATButtons package (pkg adds icon to Lazarus palette), or you can get only file ATLinkLabel.pas w/o package:

https://github.com/Alexey-T/ATButtons