[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when the ExpandedText on the dialog has been expanded or collapsed.
Source position: dialogs.pp line 836
public property TCustomTaskDialog.OnExpanded : TNotifyEvent |
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. OnExpanded is signalled (when assigned) from the DoOnExpandButtonClicked method, and occurs after the member for the read-only Expanded property has been updated with the new value.
Use Flags to specify the content area on the dialog where the values in ExpandedText are displayed (tfExpandFooterArea).
Use ExpandButtonCaption and CollapseButtonCaption to set the text displayed next to the expando button on the task dialog.
Added in LCL version 4.0.
|
Indicates the expanded or collapsed state for the ExpandedText on the task dialog form. |
|
|
Updates the value in the Expanded property and signals the OnExpanded event handler (when assigned). |
|
|
Caption displayed for the expand/collapse button on the dialog. |
|
|
Caption text for the "expando" button on the task dialog. |
|
|
Set of options enabled for the Task dialog. |
|
|
Set type used to store values from the TTaskDialogFlag enumeration. |
|
|
Represents options that can be enabled for TTaskDialog. |
|
Version 4.0 | Generated 2025-05-03 | Home |