ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)...
fChangeExtension (Function)
Changes the extension of a file on disk.
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
SysGetExtLink (Function)
Returns the command linked to an extension.
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
External language: C ++ programming (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++...
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
HOpenConnection (Function)
Opens a connection to a specific database.
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ...
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
HIndex (Function)
Rebuilds the file index (".NDX" file).
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows,...
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Manager of automated tests
The test manager is used to......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step...
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP...
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Changing sites from AWP to SEO-ready session mode
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window...