ShowMessageParams
Description
Data structure returned by the ShowMessage call.
Properties
| Name | Type | Description |
|---|---|---|
| button1_title | string | Title for the button 1 |
| button2_title | string | Title for the button 2 |
| button3_title | string | Title for the button 3 |
| checkbox_checked | boolean | Should the checkbox be initialized as checked ( default = false) |
| checkbox_title | string | Label for the checkbox. |
| defaultButton | number | Default button to select (1-3). |
| message | string | Message to show |
| timeOut | number | Timeout for the dialog. |
| timeOutButton | number | Button to select (1-3) after the timeout |