ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
BottomMargin (Property)
The BottomMargin property sets the bottom margin of an element.
RadioButtonInsert (Function)
Inserts 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......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
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......
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
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.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
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......
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
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....
Telemetry: Main features
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Recompiling the project
The project compilation is a process used to......
14. Managing the "Back" button in practice
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......
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......