Property : Dialog Type
Contents |
[edit] Description
Use the Dialog Type property to specify the type of message dialog you want to use.
This property provides you with a drop-down list containing the following dialog types:
Message Displays a dialog with a message and an OK button. Confirmation Displays a dialog with a message and OK and Cancel buttons. Prompt Displays a dialog with a message, OK and Cancel buttons, and text input box.
The Message dialog appears as shown below.

The Confirmation dialog appears as shown below. When the OK button is clicked, the boolean field bound by the Confirmation property is set to true - it is set to false when the Cancel button is clicked.

The Prompt dialog appears as shown below. The string value entered into the text field is stored into the string field bound by the Prompt property. The boolean field bound by the Confirmation property is set to true if the user entered some data into the text field and the OK button is clicked - it is set to false if the Cancel button is clicked or if the input field contains null.

[edit] Property Editor Location
Appears when you select a Dialog Message statement in the Design Editor
[edit] Data Type
Enumerated string
[edit] Default Values
Message



