ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
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...
SysVersion (Function)
Returns information about the PHP version used on the current server.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
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...
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time...
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ...
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor...
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications)...
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
HDelete (Function)
Deletes a record from a data file (query or view).
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL...
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
Audits
The audits provide a set of features used to automatically improve the project quality...
InApp constants
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
2. Analysis in practice
8. "Mobile friendly" site: Dynamic serving
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Validity period of site pages
When creating a page, a validity period can be defined for this page......
14. PHP generation in practice
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box,...
Python: Native calls
WLanguage allows for native Python calls......