ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BottomMargin (Property)
The BottomMargin property sets the bottom margin of an element.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
<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.
Assignment operators
Three assignment operators are available......
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in 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......
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....
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......
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....
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....
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......
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