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...
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Image (Property)
The Image property gets and sets the background image of a control or block.
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java...
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Various constants
List of various constants used by the constants WINDEV functions....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center),...
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several...
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several...
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created...
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified...
HDescribeItem (Function)
Describes a file item through programming.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
The Breadcrumb control
...The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back...