ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Specific features of the Express version
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
How to create and handle a structure?
This help page explains how to create and handle a structure....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
How to use an array of structures?
An array of structures is an Array variable......
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
Service variable
The Service variable is used to......
The HTML control
The HTML control displays HTML pages or HTML code......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......