Dialogs Class Reference


Dialog class is used to interact with the user. Please take a look at the examples section for more details.
Method Description
Message Displays a message dialog showing the string passed as parameter.
Question Displays a message dialog showing the question string passed as parameter and returns true if user pressed the Yes button or false if user pressed the No button.
Error Displays an error message showing the string passed as parameter.
GetValue Displays a message dialog showing the string passed as parameter and returns a value based on input text entered by the user (or false if the user pressed the Cancel button).