+CollapseButtonCaption is a TTranslateString property with +the text displayed next to the "expando" button for the dialog when Expanded is +set to True. It describes the action performed the next time the button +is clicked. When omitted (or set to an empty string), the value 'Hide details' +is used. +
++The property value can be localized using the translation facilities provided +in the Lazarus IDE when enabled for a project, or by manually calling the +translation routines in LazUtils. +
++Use ExpandButtonCaption to specify the caption displayed when the content in +ExpandedText is collapsed (Expanded is set to False). +
+The default value for the property is an empty String (''), and cause the values "See details" or "Hide details" to be used on the Task dialog (when -the language is English). Setting a value for the property causes the same -caption to be displayed for both the expanded and collapsed states; only the -button indicator changes. +the language is English). +
++Use CollapseButtonCaption to assign the caption displayed when ExpandedText is +Expanded.
Use the Flags property to control the position (tfExpandFooterArea) or the @@ -6487,8 +6523,12 @@ expanded / collapsed state (tfExpandedByDefault) for the ExpandedText on the Task dialog.
+