Modal result value returned when the button is clicked.
Source position: dialogs.pp line 570
public property TTaskDialogBaseButtonItem.ModalResult : UITypes.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 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. |