ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ)) (prefix syntax)
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
How to create a patch?
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Constants for the archiving functions
List of constants used by the archiving functions....
zipMsgError (Function)
Returns the message associated with an error code on an archive.
The single-part and multi-part archives
Two types of archives are available......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
<zipArchive>.SelectFile (Function)
Selects files from an archive.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
zipSelectFile (Function)
Selects files from an archive.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipListFile (Function)
Returns the list of files found in an archive.
zipExist (Function)
Used to find out whether an archive exists.
1
2
3
4
5
6
37
>