ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Binding a Combo Box control to an item
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
fCompress (Function)
Compresses a file.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
4. When to use the debugger?
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.