ATLinkLabel

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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