ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Global and local variable
Two types of variables are available......
WDZip: Creating or modifying an archive
This help page explains how to......
Creating a window skin template
Various constants
List of various constants used by the constants WINDEV functions....
SCM file format evolutions
Four versions are available for the SCM repository......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
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......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Reverse code modeling
The reverse code modeling allows you to view in a graph......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Calling a procedure/a function
Syntax for calling a local or global procedure.
List of extension attributes
The list of extension attributes ......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......