ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
Generating an application for Universal Windows 10 App
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
DriveListeFile (Function)
Lists files in an Drive directory.
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Setup in MSI format
You can create MSI installers......
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
17. Project Management Hub
...Project Management Hub...
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
fMerge (Function)
Merges several files into a single one.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......