ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The single-part and multi-part archives
Two types of archives are available......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
fSeek (Example)
Usage example of the fSeek function
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
zipDeleteFile (Function)
Deletes a file from an archive.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
The different copy modes
Two different copy modes are proposed by WDTRAD......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
fClose (Function)
Closes an external file.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
<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>.SelectFile (Function)
Selects files from an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
saasPricing (Type of variable)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).