ATLinkLabel

From Lazarus wiki
Revision as of 17:19, 27 January 2016 by Alextp (talk | contribs) (→‎Download)
Jump to navigationJump to search

About

ATLinkLabel is a component: label which shows an URL, a) it hilites with a color on mouseover, b) it opens browser on click.

It is class TLinkLabel. It has such 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