ATLinkLabel

From Free Pascal wiki
Revision as of 06:07, 7 August 2020 by Trev (talk | contribs) (Add page template; moved categories to page template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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