ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Radio button>.Add (Function)
Adds a new option into a Radio Button control.
<Radio button>.Insert (Function)
Inserts a new option into a Radio Button control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
RadioButtonCount (Function)
Returns the number of options found in a Radio Button control.
<Radio button>.Count (Function)
Returns the number of options found in a Radio Button control.
Type and version of Web server
The configuration diagnostic displays the following error......
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
14. Managing the "Back" button in practice
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Compound statements