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...
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client...
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window...
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location,...
dBackground (Example)
Usage example of the dBackground function
Structure (Type of variable)
A structure is a custom type of data...
fCurrentDrive (Function)
Gets or sets the current drive.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
dbgEnableLog (Function)
Enables the runtime log programmatically.
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure...
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report...
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
WINDEV applications for Linux: Specific features