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...
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system...
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one...
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items...
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting...
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser...
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used...
Passing parameters
The parameters can be passed to a procedure......
The HTML Display control
The HTML Display control displays a web page in an application......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV...
HTTPRequest (Function)
Starts an HTTP request on a server.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
The Multimedia control
The Multimedia control is used to play multimedia files......
Creating and generating an external component
A component must be created from a project containing all the elements required...