Difference between revisions of "ATLinkLabel"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
=About=
 
=About=
  
ATLinkLabel is a component: label which shows an URL, a) it hilites with a color on mouseover, b) it opens browser on click.
+
ATLinkLabel is a component: label which shows an URL,  
  
It is class TLinkLabel. It has such props:
+
* 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
 
* Link: string: it is URL

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