Difference between revisions of "ATLinkLabel"

From Lazarus wiki
Jump to navigationJump to search
Line 6: Line 6:
 
* it opens browser on click.
 
* it opens browser on click.
  
It is class TLinkLabel. It has new props:
+
It is class TATLabelLink. Properties:
  
 
* Link: string: it is URL
 
* Link: string: it is URL

Revision as of 19:34, 7 November 2017

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 TATLabelLink. Properties:

  • 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

Homepage at github: https://github.com/Alexey-T/ATFlatControls