ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
How to create a patch?
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Overview of external languages
Simple statements
Compound statements
Set of procedures
The global procedures are grouped in set of procedures......
Extracting messages added or modified since last extraction
A project was already created and translated......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Interface of WDInst
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.