ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features 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, ...
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).
New Features brochure - Version 28: New features in WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure.
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
New products brochure 27: WINDEV Mobile new products
New features in WINDEV Mobile 27 presented in the New Features brochure.
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
WINDEV Mobile new features brochure 2026
What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
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...
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
HDescribeConnection (Function)
Describes a new connection to an external database.
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
zipExtractAll (Example)
Usage example of the zipExtractAll function
grDraw (Function)
Draws a chart according to the specified parameters.
DateToInteger (Function)
Converts a date to an integer.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
zipSize (Example)
Usage example of the zipSize function
grTitle (Function)
Modifies the caption and/or position of the chart title....
fDelete (Function)
Deletes a file accessible from the current computer.
fRead (Example)
Usage example of the fRead function
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
EventChange (Function)
Modifies the status of an event.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Type (Example)
Usage example of the Type property
Factorial (Function)
Returns the factorial of an integer number.