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.
Constants for managing projects
List of constants used by the functions for managing projects....
zipArchivedFile (Variable type)
The zipArchivedFile type is used to handle: a file contained in an archive corresponding to one...
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ...
WEBDEV administrator: Viewing logs
The "Logs" tab is used to see the details of logs for a specific period......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
Enumeration (Variable type)
An enumeration is a set of values......
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing...
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates...
Combination (Type of variable)
A combination is a set of options.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics...
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
.NET object
To access a class......
EXE constants
List of constants used by the functions for managing executables....