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...
The different types of integers
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
API (Function)
Runs a function found in an external DLL.
TableMode (Function)
TableMode is kept for backward compatibility.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal...
Data persistence
The data persistence is used to store the value typed by the user......
Constants for the Exif functions
List of constants used by the Exif functions....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features...
Internal component
An internal component is a set of elements from a project......
HIndex (Function)
Rebuilds the file index (".NDX" file).
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks...
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing...
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task...
The Table control
The Table control is used to simplify the display and the input of information stored in memory...
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following...
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal...
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....