ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
<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....
<ftpConnection variable>.DeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Handling menu options programmatically
The menu options can be handled......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Manipulating Pivot Table controls programmatically
A Pivot Table control can be handled through programming......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...
Appointment (Variable type)
The type Appointment type lets you define all the advanced features of an appointment: times, location, etc.
.NET object
To access a class......
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......