ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
8. 10 tips for better interfaces...
4. Activating a dynamic WEBDEV site
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
2. How to test a site?
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
ERR_DISCONNECTED_TIMEOUT
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Error 19: The step of this FOR loop must be constant
WDScript: use in command-line and console mode