Project: Hot Label Component.
Unit: PJHotLabel.
Class: TPJHotLabel
Applies to: ~>2.2
property TrackVisits: Boolean;
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.