ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine.
BrowserPlatform (Function)
Returns the user's browser platform.
EmailOpenMail (Function)
Opens the default messaging software:
  • of the user on the browser.
  • of the user on the current Windows computer.
  • on the phone.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
HTTPRequest (Function)
Starts an HTTP request on a server.
Importing and consuming SOAP web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications...
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets...
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
ShellExecute (Function)
Opens a document in its associated application.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)...
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time...
RESTSend (Function)
Sends a REST request and waits for the server response.
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3.
<httpRequest variable>.SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3.
5. Site test in practice
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed...
12. Pages in practice
2. User-friendly editors in practice
User-friendly editors in practice...
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step...
Handling controls in a report
The different operations available for the report controls are as follows......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
System constants
List of constants used by the system functions....
.NET application
To create a.NET application from a project......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
9. Sharing a project in practice
Sharing a project in practice...
2. Examples and components provided with WEBDEV
16. Application test in practice
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
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......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Creating requirements
The following steps must be performed to implement the requirements......