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 an application for Universal Windows 10 App
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Editable reports
The report editor can be used to create form reports, which include different controls allowing...
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed...
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values...
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls...
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor...
Programming overview in C and C++
Sound (Function)
Plays a sound in WAV format.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical...
ShellExecute (Function)
Opens a document in its associated application.
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns...
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls...
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Installing a Webservice (old format)
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents...
Creating an executable: General options
The main executable options are as follows......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must...
SQLExec (Function)
Names and runs an SQL query.