Skip to content

Commit bdd17ce

Browse files
committed
Add new index page for HotLabel docs
1 parent e68c307 commit bdd17ce

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

HotLabel/index.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Hot Label Component
2+
3+
This is the home page for the on-line documentation of the DelphiDabbler [Hot Label Component](https://delphidabbler.com/software/hotlabel).
4+
5+
[_TPJHotLabel_](./2/API/TPJHotLabel.md) is a simple Delphi component that descends from _TLabel_. It provides a clickable label that can start the default browser or email client to access a specific URL.
6+
7+
The unit is:
8+
9+
* Windows only
10+
* 32 & 64 bit compatible
11+
* VCL compatible
12+
* **Not** FireMonkey compatible
13+
14+
## Supported Versions
15+
16+
This documentation applies to Hot Label Component v2.
17+
18+
> v1 is no longer supported and there is no documentation available.
19+
20+
## Contents
21+
22+
* [Overview](./2/Overview.md)
23+
* [Programmer's Guide](./2/API.md)
24+
* [Examples](./2/Examples.md)
25+
26+
## Links
27+
28+
* Back to [Documentation Home Page](../index.md)
29+
* [Hot Label Component Web Page](https://delphidabbler.com/software/hotlabel) -- Install notes, change log, license etc.
30+
* [Releases](https://github.com/ddablib/hotlabel/releases) -- Download current version here.
31+
* [Source Code](https://github.com/ddablib/hotlabel) -- Current development tree.

0 commit comments

Comments
 (0)