[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the value in URL and signals the OnHyperlinkClicked event handler (when assigned).
Source position: dialogs.pp line 786
protected procedure TCustomTaskDialog.DoOnHyperlinkClicked( |
const AURL: string |
); dynamic; |
AURL |
|
New value for the URL property, and the target for the hyperlink. |
Called from the widgetset class instance when a hyperlink in Text, ExpandedText, or FooterText is clicked. Use Flags to enable hyperlinks in the text areas by including tfEnableHyperlinks in the property.
Use OnHyperlinkClicked to perform actions needed to handle the URL in the hyperlink.
Added in LCL version 4.0.
|
Universal Resource Locator (or identifier) for a hyperlink clicked on the task dialog. |
|
|
Event handler signalled when a hyperlink in one of the text areas has been clicked. |
Version 4.0 | Generated 2025-05-03 | Home |