[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Caption text for the "expando" button on the task dialog.
Source position: dialogs.pp line 807
public property TCustomTaskDialog.CollapseButtonCaption : TTranslateString |
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).
Added in LCL version 4.0.
|
Caption displayed for the expand/collapse button on the dialog. |
|
|
Indicates the expanded or collapsed state for the ExpandedText on the task dialog form. |
|
|
Text that is displayed in the expandable / collapsible area on the Task dialog. |
|
|
Alias for the String type. |
Version 4.0 | Generated 2025-05-03 | Home |