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.
Project: Hot Label Component.
Unit: PJHotLabel.
Class: TPJHotLabel
Applies to: ~>2.0
property HighlightURL: Boolean;
HighlightURL determines whether the label’s text is highlighted when the mouse passes of the control.
When this property is True
the label’s text is highlighted using the font defined by the HighlightFont property. When HighlightURL is False
the text is not highlighted and the HighlightFont property is ignored.
This property is provided to maintain backward compatibility with previous versions of the component that did not support text highlighting. The default value of the property is False
so that by default the control does not highlight its text.