ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV concepts
LanguageToName (Function)
Returns the name of a language.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
Break in a report
The break is used to group the records corresponding to a sort criterion......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Error 1035: A class used in a structure must have a constructor without parameter...
Error 1036: A class used in an array must have a constructor without parameter
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
Using .NET assemblies in a project
To use .NET assemblies in a project......
.Net Winform control properties
The following properties can be used with the.Net controls (WinForm) ......
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......