ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipExtractPath (Function)
Returns the path of a file found in the archive.
2. Examples and components provided with WEBDEV
The project description window allows you to configure various elements of your project......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Open (Function)
Opens a modal WINDEV window.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
zipDeleteFile (Function)
Deletes a file from an archive.
JSON
JSON (JavaScript Object Notation - Object Notation from JavaScript) is a lightweight data exchange format......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
WEBDEV Application Server 2024
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.