ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
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...
SysVersion (Function)
Returns information about the PHP version used on the current server.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
SysIOSVersion (Function)
Returns information about the iOS version used by the application.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created...
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time...
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ...
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor...
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding...
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display...
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize...
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored...
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types...
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Project description: Project tab
The project description window allows you to configure various elements of your project......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's...
List of extension attributes
The list of extension attributes ......
The planes (in a window or in a report)
The planes are used to group the window controls......
Report templates and inheritance
...When a report template is applied to a report, all the controls and code found in the template...
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported...
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements...
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL...
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account...