Difference between revisions of "ATLinkLabel"

From Lazarus wiki
Jump to navigationJump to search
(Add page template; moved categories to page template)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=About=
+
{{ATLinkLabel}}
  
ATLinkLabel is a component: label which shows an URL,
+
== About ==
  
* it's hilited with a color on mouseover
+
ATLinkLabel is a component which is part of [https://github.com/Alexey-T/ATFlatControls ATFlatControls]: a label which shows a URL:
* it opens browser on click.
 
  
It is class TLinkLabel. It has new props:
+
* it's highlighted with a color on mouseover
 +
* it opens browser on being clicked.
 +
 
 +
It is class TATLabelLink. Properties:
  
 
* Link: string: it is URL
 
* Link: string: it is URL
Line 12: Line 14:
 
* 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 ==
 
 
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
 
  
[[Category:Components]]
+
Homepage at github: https://github.com/Alexey-T/ATFlatControls

Latest revision as of 07:07, 7 August 2020

English (en)

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