Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

TrackVisits property

Project: Hot Label Component.

Unit: PJHotLabel.

Class: TPJHotLabel

Applies to: ~>2.2

property TrackVisits: Boolean;

Description

The component has the ability to detect when its URL is visited†, and to automatically set its Visited [~>2.2] property to True when that happens. This then changes the font used when the label is not highlighted to that specified by the VisitedFont [~>2.2] property.

TrackVists determines whether this feature is enabled (True) or not (False). The default value is False.

† The component deems its URL to be visited if the label is clicked and the navigation to the URL succeeded. If the navigation fails the Visited [~>2.2] property is not set to True. When navigation to succeeds it does not mean the URL exists, it simply means that the component was able to resolve the URL and execute it in a linked application such and a web browser.