Difference between revisions of "ATLinkLabel"

From Lazarus wiki
Jump to navigationJump to search
Line 11: Line 11:
 
* ColorLinkNormal: TColor: color of label when passive
 
* ColorLinkNormal: TColor: color of label when passive
 
* ColorLinkMouseover: TColor: color of label on mouseover
 
* ColorLinkMouseover: TColor: color of label on mouseover
 +
 +
=License=
 +
 +
MPL 2.0 or LGPL.
  
 
=Download=
 
=Download=

Revision as of 17:26, 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

License

MPL 2.0 or LGPL.

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