Difference between revisions of "ATLinkLabel"

From Lazarus wiki
Jump to navigationJump to search
Line 17: Line 17:
  
 
https://github.com/Alexey-T/ATButtons
 
https://github.com/Alexey-T/ATButtons
 +
 +
[[Category:Components]]

Revision as of 17:23, 27 January 2016

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