ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Version (Function)
Used to find out:
  • whether the content of a file was modified.
  • whether the content of a file used by a query was modified.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
SysVersion (Function)
Returns information about the PHP version used on the current server.
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ...
HVersion (Function)
Used to find out:
  • whether the content of a file was modified.
  • whether the content of a file used by a query was modified.
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
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...
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time...
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...
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor...
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...
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements...
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...
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
WDTRAD options
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control...
Developing 64-bit sites
You can deploy 64-bit compatible sites......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Materialized view
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages,...
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Other operators
The following are additional operators......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call...
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user...
Control constants
List of constants used by the functions for managing controls...
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described...
The HTML control
The HTML control displays HTML pages or HTML code......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
WDDeploy features
WDDeploy can be used to......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......