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.
C#: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
WDZip: Creating or modifying an archive
This help page explains how to......
The single-part and multi-part archives
Two types of archives are available......
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often...
Text editing (Code editor)
When developing a new feature, it may be useful to keep the same environment for opening text...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features...
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Library,Disk (External language)
Opens the project library that is stored on disk.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format):...
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR...
zipExtractPath (Function)
Returns the path of a file found in the archive.
Typecasting of parameters
The description of the parameter type is optional......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory...
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Replication: The different types
The data replication is a powerful feature......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......