| SUI_Confirm (message{; OKButtonTitle{; cancelButtonTitle{; mode}}}) | ||
| Parameter | Type | Description |
| message | String | Message to display and/or speak (255 chars). |
| OKButtonTitle | String | Title of OK button to speak |
| cancelButtonTitle | String | Title of Cancel button to speak |
| mode | Integer | 1: display dialog; 2: speak message; 3: speak & display |
| Description SUI_Confirm allows you to speak and display a 4D Confirm, and dismiss it by speaking one of the button titles. If the OK button is spoken, 4D's OK variable will be set to 1. | ||