ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
XML functions
List of XML functions...
zipDeleteFile (Function)
Deletes a file from an archive.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
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....
zipDeleteAll (Function)
Deletes all files from an archive.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
ScanFromCameraToImage (Function)
Opens a specific window for scanning one or more documents using the phone or tablet camera.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
ControlClone (Function)
Creates a new control from an existing control.
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).
WEBDEV styles
WEBDEV styles are advanced styles......
The Organizer control
The Organizer control is used to display and handle organizers......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......