ATLinkLabel
From Free Pascal wiki
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