Creates a dialog box that prompts the user for a yes or no answer. The dialog box is centered on the screen for you.

Ok := Dialog.CONFIRM(String [, Default] [, Value1] ,...)

Parameters

String

Type: Code or text constant

Specifies the string that is displayed in the dialog box. Use a backslash (\) to indicate a new line. The string can be a text constant that is enabled for multilanguage functionality. For more information, see Working with Multilanguage Functionality.

Default

Type: Boolean

Specifies the default button. If you do not specify a default, then No is used as the default.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also