From 2ac376db28b7fc46af1e543bdf17ea43ffb3c5d7 Mon Sep 17 00:00:00 2001
From: dsiders
Date: Tue, 1 Aug 2023 06:23:01 +0100
Subject: [PATCH] Docs: LCL/dialogs. Adds topic skeletons for refactoring
changes in 05c9e4aa768.
(cherry picked from commit 28dc68de665f4247ccbef3e3bc4ad129236eca38)
---
docs/xml/lcl/dialogs.xml | 87 ++++++++++++++++++++++++++++++++++++----
1 file changed, 80 insertions(+), 7 deletions(-)
diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml
index e17b25f5ac..405a9e3247 100644
--- a/docs/xml/lcl/dialogs.xml
+++ b/docs/xml/lcl/dialogs.xml
@@ -192,7 +192,7 @@ as an argument to routines like: MessageDlg,
LazMessageDlg.
-
+
+
-
@@ -5321,6 +5322,28 @@ property in the TCustomTaskDialog instance.
+
+
+Provides additional information about the button when command links are
+enabled in a task dialog.
+
+
+
+CommandLinkHint is a TTranslateString property which contains additional
+information about the button. The translatable content is used as second line
+of text for the button when command links are enabled in a native TTaskDialog
+instance. The value is not displayed as an additional line on platforms where
+an emulated task dialog is used; this includes all platforms other Windows
+(Vista or later).
+
+
+
+Added in LCL version 4.0.
+
+
+
+
+
Caption text displayed on the button surface.
@@ -5402,6 +5425,8 @@ also used as the DisplayName for the collection item when assigned.
Collection which owns the button item.
+
+
@@ -5702,6 +5727,10 @@ For other platforms, or Windows versions which do not support the TaskDialog API
+
+
+
+
@@ -5728,7 +5757,7 @@ For other platforms, or Windows versions which do not support the TaskDialog API
-Added in LCL version 4.0.
+Added in LCL version 4.0.
@@ -6453,6 +6482,46 @@ OnButtonClicked is signalled after a button is clicked on the Task dialog.
+
+
+
+
+
+Added in LCL version 4.0.
+
+
+
+
+
+
+
+
+
+Added in LCL version 4.0.
+
+
+
+
+
+
+
+
+
+Added in LCL version 4.0.
+
+
+
+
+
+
+
+
+
+Added in LCL version 4.0.
+
+
+
+
Creates a configurable, modal task dialog at run-time.
@@ -6526,9 +6595,13 @@ end;
-
+
+
+
+
+