ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Overview
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes.
You have the ability to use the standard dialog boxes (containing an image, a text and one or more OK, Cancel, Yes or No buttons). For example:
WINDEVUniversal Windows 10 AppAndroidiPhone/iPad WINDEV and WINDEV Mobile also allow you to use the advanced dialog boxes. These dialog boxes can:
  • display a specific text in the buttons. For example:
  • allow the user to perform an input.
WINDEVWINDEV Mobile Remark: From version 25, WINDEV and WINDEV Mobile propose non-blocking dialog boxes. This makes it possible to create a non-blocking dialog with the user. Information is given to the user, a question is asked, but the code continues its execution, even if the user is not in front of the screen or if they need time to answer: the program keeps running. The response will be processed asynchronously if necessary.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment