ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
12. Universal replication
Copies a directory on a remote drive to another directory....
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Sharing the context menus in the project
In most cases, several context menus are included in your applications......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The user can then print the report directly from a button, a menu option, etc....
Automatic table modification
The automatic table modification updates the description of tables on user computers......
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Remote Control: Customizing with your own procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......