ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Replication: The different types
The data replication is a powerful feature......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
3. Debugger
The planes (in a window or in a report)
The planes are used to group the window controls......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Error 117: The array has X dimensions and you access it with Y dimensions
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.