[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Modal result value returned when the button is clicked.
Source position: dialogs.pp line 629
public property TTaskDialogBaseButtonItem.ModalResult : TModalResult |
The default value for the property is assigned when the button item is created and is based in its ID value + 100. The value can be changed to any reasonable value that is unique for the context.
ModalResult is used when a Task dialog is executed and a button is clicked on the dialog. Its value for the clicked button is assigned to the ModalResult property in the TCustomTaskDialog instance.
|
Displays the task dialog and captures the modal result value. |
|
|
Modal result value returned when the Task dialog was executed. |
|
|
Collection with the buttons for the Task dialog. |
|
|
Set of common buttons displayed on the Task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |