diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index 3e4165fbc0..f778dc4e07 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -5781,6 +5781,7 @@ For other platforms, or Windows versions which do not support the TaskDialog API + @@ -5790,7 +5791,7 @@ For other platforms, or Windows versions which do not support the TaskDialog API - + @@ -6675,6 +6676,29 @@ Added in LCL version 4.0. + + + +Indicates the expanded or collapsed state for the the ExpandedText on the task +dialog form. + + +

+Expanded is a read-only Boolean property which indicates whether the content in ExpandedText is currently displayed in the expanded or collapsed state. +

+
+ +Added in LCL version 4.0. + + + + + + + + +
+ Event handler signalled for the button clicked when the Task dialog was @@ -6729,14 +6753,14 @@ 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 +OnExpanded 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.

@@ -6744,7 +6768,13 @@ handler signalled when the expanded or collapsed state for the Added in LCL version 4.0. - + + + + + +TNotifyEvent +
@@ -6886,7 +6916,7 @@ end; - +