Difference between revisions of "ATLinkLabel"

From Lazarus wiki
Jump to navigationJump to search
m (Fix heading levels; add category)
Line 1: Line 1:
=About=
+
== About ==
  
ATLinkLabel is a component: label which shows an URL,
+
ATLinkLabel is a component which is part of [https://github.com/Alexey-T/ATFlatControls ATFlatControls]: a label which shows a URL:
  
* it's hilited with a color on mouseover
+
* it's highlighted with a color on mouseover
* it opens browser on click.
+
* it opens browser on being clicked.
  
 
It is class TATLabelLink. Properties:
 
It is class TATLabelLink. Properties:
Line 12: Line 12:
 
* ColorLinkMouseover: TColor: color of label on mouseover
 
* ColorLinkMouseover: TColor: color of label on mouseover
  
=License=
+
== License ==
  
 
MPL 2.0 or LGPL.
 
MPL 2.0 or LGPL.
  
=Download=
+
== Download ==
  
 
Homepage at github: https://github.com/Alexey-T/ATFlatControls
 
Homepage at github: https://github.com/Alexey-T/ATFlatControls
  
 +
[[Category:Lazarus]]
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 06:46, 7 August 2020

About

ATLinkLabel is a component which is part of ATFlatControls: a label which shows a URL:

  • it's highlighted with a color on mouseover
  • it opens browser on being clicked.

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