ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
New products brochure 28: WINDEV new products
New features in WINDEV 28 presented in the New Features brochure.
General environment of WINDEV
Initializes the different SQL variables with information relative to the last query run.
Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
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...
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, ...
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure.
WINDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure.
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy...
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...
New features in WINDEV 2025
WINDEV 2025 is now available!
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]...
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time...
Environment of the project editor
The main elements of the project editor are as follows:
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
InWindowsMobileMode (Function)
Indicates whether the code is run:
  • from a Windows Mobile application.
  • from a WINDEV application, from a WEBDEV website or from a PHP application.
Function kept for backward compatibility.
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
(No title )
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Reports & Queries: New features in this version
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive...
Address
The Address keyword can correspond to...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic...
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device...
Print modes of a report
Several print modes are available for a report....
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck...
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query...
Recycle code windows
By default, a single code window is opened per ......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated...
Extern (Reserved word)
EXTERN is used to...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
The Tab control
The Tab control is used to simultaneously display different controls......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used...
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Count (Property)
The Count property returns the number of elements in a given set.
Installing a Webservice (old format)
Timer (Function)
Periodically and automatically calls a WLanguage procedure.