SUI_Confirm Table of Contents || Prev | Next || [?]

 
SUI_Confirm (message{; OKButtonTitle{; cancelButtonTitle{; mode}}})
 
ParameterTypeDescription
messageStringMessage to display and/or speak (255 chars).
OKButtonTitleStringTitle of OK button to speak
cancelButtonTitleStringTitle of Cancel button to speak
modeInteger1: 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.

NOTE: Do not use SUI_Confirm while in a speakable dialog (where SUI_SetDialogState = 1).