Difference between revisions of "ATLinkLabel"

From Free Pascal wiki
Jump to navigationJump to search
m (Fix heading levels; add category)
(Add page template; moved categories to page template)
 
Line 1: Line 1:
 +
{{ATLinkLabel}}
 +
 
== About ==
 
== About ==
  
Line 19: Line 21:
  
 
Homepage at github: https://github.com/Alexey-T/ATFlatControls
 
Homepage at github: https://github.com/Alexey-T/ATFlatControls
 
[[Category:Lazarus]]
 
[[Category:Components]]
 

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