ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipDeleteAll (Function)
Deletes all files from an archive.
zipFileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
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.
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
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......
Errors while managing tables
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
WEBDEV styles
WEBDEV styles are advanced styles......
zipEndAddingFile (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....
zipStartAddingFile (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....
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
DSVFormat (Variable type)
The DSVFormat is used to define and change characteristics of the Delimiter Separated Values (DSV) format.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......