Applies to
TURLHighlighter component
Declaration
property DblClickLaunch: Boolean;
property LaunchURLs: Boolean;
Description
These properties control whether highlighted urls become clickable hotspots. If LaunchUrls is True, those urls can be launched by clicking or double clicking on them (depending on property DblClickLaunch). Launching an url means asking the operating system to execute the associated url, which may result in opening the default browser, opening a new message from the default email client, or starting the default ftp client.
Note that default highlighting characteristics define the cursor for highlighted urls as a hand pointer, providing visual cue as to the clickable nature of the highlighted segment.
If LaunchUrls is False, clicking highlighted urls has no effect, other than sending an OnContext event to your application.
The default value for LaunchUrls is True, while the default value for DblClickLaunch is False.