From 71e899cb15f3103b1d26bd8e1cb940cd1a5caa14 Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 2 Aug 2023 07:36:47 +0100 Subject: [PATCH] Docs: LCL/dialogs. Adds topics for TCustomTaskDialog / TTaskDialog refactoring changes in a0e0744618. --- docs/xml/lcl/dialogs.xml | 255 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 252 insertions(+), 3 deletions(-) diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index 405a9e3247..1d5a42bda6 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -5154,6 +5154,27 @@ TCustomTaskDialog. True if the dialog can close. + + + + + +Added in LCL version 4.0. + + + + + + + + + + + + + + + Identifier for an icon displayed on a Task dialog. @@ -5730,6 +5751,10 @@ For other platforms, or Windows versions which do not support the TaskDialog API + + + + @@ -5738,6 +5763,7 @@ For other platforms, or Windows versions which do not support the TaskDialog API + @@ -5857,6 +5883,121 @@ execution. + + + + + +Added in LCL version 4.0. + + + + + + + + + + + + +Added in LCL version 4.0. + + + + + + + + + +Added in LCL version 4.0. + + + + + + + + + +Added in LCL version 4.0. + + + + + + + + + +Added in LCL version 4.0. + + + + + + + + + + + + +Added in LCL version 4.0. + + + + + + + + + + + + + + + +Added in LCL version 4.0. + + + + + + + + + + + + + + +Added in LCL version 4.0. + + + + + + + + + + + + + + +Added in LCL version 4.0. + + + + + + + Constructor for the class instance. @@ -6428,6 +6569,19 @@ a bold font style. + + +Optional caption text for the check box displayed at the bottom of the Task +dialog. + + + + + + + + + Sets the width in pixels for the task dialog form. @@ -6456,14 +6610,27 @@ pixels) or an upper limit (480 pixels) on the auto-calculated width. - + + -Optional caption text for the check box displayed at the bottom of the Task +Universal Resource Locator or identifier for a hyperlink clicked on the task dialog. - + +

+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. +

+
+ +Added in LCL version 4.0. + + + + @@ -6522,6 +6689,84 @@ Added in LCL version 4.0.
+ + + +Event handler signalled when the ExpandedText property has been expanded or +collapsed. + + +

+OnExpand is a TNotifyEvent property with the event +handler signalled when the expanded or collapsed state for the +ExpandedText area on the task dialog has been changed. +

+
+ +Added in LCL version 4.0. + + +
+ + + + +Event handler signalled to update a progress bar on the task dialog. + + +

+OnTimer is a TTaskDlgTimerEvent property with the event +handler signalled when the interval for a timer used to update a progress bar +on the dialog has elapsed. +

+
+ +Added in LCL version 4.0. + + +
+ + + + +Event handler signalled when a radio button on the dialog has been clicked. + + +

+TNotifyEvent is a TNotifyEvent property with the event handler signalled when +a radio button on the task dialog has been clicked. +

+
+ +Added in LCL version 4.0. + + +
+ + + + +Event handler signalled when a hyperlink in one of the text areas has been +clicked. + + +

+OnHyperlinkClicked is a TNotifyEvent property with the +event handler signalled when a hyperlink in one of the text areas on the task +dialog has been clicked. +

+
+ + + + + + + + + +
+ Creates a configurable, modal task dialog at run-time. @@ -6602,6 +6847,10 @@ end; + + + +