Parameter | Description |
Message to Display | Contains the text to display in the dialog box. |
Buttons to Display | Contains the following options:
- First button name—Specifies the text that appears on the first button. By default, the text on the first button is OK.
- Second button name—Specifies the text that appears on the second button. By default, the text on the second button is Cancel. This option is available only when you place a checkmark in the Display second button checkbox.
- Display second button—Specifies whether a second button is displayed in the dialog box.
|
Inputs | Specifies the name and data type of the controls that appear in the dialog box. The Inputs you list here are returned as outputs on the block diagram. Input Name is the name of the control and instructs users what to enter into the control. Input Data Type is the type of control you want to use in the dialog box. You can choose from the following options: Number, Checkbox, or Text Entry Box. |
Edit Inputs | Contains the following options:
- Insert—Inserts a new row in the Inputs list above the selected row.
- Delete—Deletes the selected input.
|
Window Title | Contains the text to display in the title bar of the dialog box. |