diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml
index 983234be84..dcdf1df0ad 100644
--- a/docs/xml/lcl/dialogs.xml
+++ b/docs/xml/lcl/dialogs.xml
@@ -5854,7 +5854,9 @@ and includes additional features not found in previous versions.
+
+
@@ -6129,7 +6131,19 @@ State for the verification check box control on the dialog.
-
+
+
+
+Signals the OnHelp event handler (when assigned).
+
+
+
+Added in LCL version 4.0.
+
+
+
+
+
@@ -6161,7 +6175,22 @@ New value for the URL property, and the target for the hyperlink.
-
+
+
+Signals the OnNavigated event handler (when assigned).
+
+
+
+Requires use of pages in the Task Dialog; see
+
+TaskDialogPage.Navigate Method
+
+which might be implemented in a derived class. The event handler must be in
+base class for Delphi compatibility.
+
+
+
+
@@ -6459,7 +6488,7 @@ ExpandedText is collapsed (Expanded is set to False).
-Added in LCL version 4.0.
+Added in LCL version 4.0.
@@ -6524,7 +6553,7 @@ Task dialog.
-Added in LCL version 4.0.
+Added in LCL version 4.0.
@@ -7226,6 +7255,26 @@ dialog has been clicked.
+
+
+
+
+
+Added in LCL version 4.0.
+
+
+
+
+
+
+
+
+
+Added in LCL version 4.0.
+
+
+
+
Creates a configurable, modal task dialog at run-time.