[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Universal Resource Locator (or identifier) for a hyperlink clicked on the task dialog.
Source position: dialogs.pp line 829
public property TCustomTaskDialog.URL : string |
URL is a read-only String property which contains the resource identifier for a hyperlink clicked in one of the text areas for the task dialog.
Include tfEnableHyperlinks in the Flags property to enable hyperlinks in text areas on the task dialog like Text, ExpandedText, and FooterText.
Hyperlinks are written using the common HTML Anchor notation:
<a href="https://forum.lazarus.freepascal.org/">Lazarus Forum</a>
Use the OnHyperlinkClicked event handler to perform any actions needed to locate, open, or display content represented by the value in URL. Please note that URL can contain any valid URI.
Added in LCL version 4.0.
|
Set of options enabled for the Task dialog. |
|
|
Text displayed as main content for the Task dialog. |
|
|
Text that is displayed in the expandable / collapsible area on the Task dialog. |
|
|
Text that is displayed in the footer area on the Task dialog. |
|
|
Event handler signalled when a hyperlink in one of the text areas has been clicked. |
|
|
Set type used to store values from the TTaskDialogFlag enumeration. |
|
|
Represents options that can be enabled for TTaskDialog. |
Version 4.0 | Generated 2025-05-03 | Home |