ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
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......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
GglUploadDocument (Function)
Uploads a document to the Google server.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
DoubleClick (Property)
The DoubleClick property gets and sets the name of the Button control that will be executed when a control is double-clicked.
HSubstDir (Example)
Usage example of the HSubstDir function
Access (Property)
The property Access property lets you manage the type of access for a connection (HFSQL Client/Server, OLE DB, ...)....
9. Sharing a project in practice
Sharing a project in practice...
WDTestSite: Load test
The stress tests are used to check......
WBAdminAuth (Variable type)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Static Text control properties
List of properties associated with a Static Text control...
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......