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