ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
WINDEV Mobile 2026: New WLanguage features
Version 2026 includes new and improved functions, properties and data types, ...
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
New features in WINDEV Mobile 2026
WINDEV Mobile 2026 is now available.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
WINDEV Mobile 2026 Tutorial - Table of contents
Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol).
WINDEV Mobile new features brochure 2026
What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
New Features brochure - Version 28: New features in WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure.
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
New products brochure 27: WINDEV Mobile new products
New features in WINDEV Mobile 27 presented in the New Features brochure.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Image (Property)
The Image property gets and sets the background image of a control or block.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Map control events
The following events appear by default in the code editor of WINDEV, WINDEV Mobile and WEBDEV...
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Multiline strings
To type character strings over several lines in the code editor...
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
The "Bubble" charts
A bubble chart shows the correlation between three variables using bubbles of different sizes: categories and values on the X and Y axes and an additional parameter.. The size of the bubble indicates the value of this third parameter.
HOnError (Function)
Customizes the management of HFSQL errors.