ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipDeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.EndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
<zipArchive variable>.StartAddingFile (Function)
Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipDeleteFile (Function)
Deletes a file from an archive.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......