ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Dialog Box functions
31 results
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response.
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?...
Dialog box functions
List of functions for managing dialog boxes
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Error (Function)
Displays a custom error message in a system error window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorBuild (Function)
Displays a custom error message in a system error window.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Info (Function)
Displays a custom message in a system information window.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
InfoBuild (Function)
Displays a custom message in a system information window.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Input (Function)
Displays a message allowing the user to type an information.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes...
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window...
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Warning (Function)
Displays a custom message in a system warning window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
WLanguage procedure
4 documents
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response.