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.
14. PHP generation in practice
eChangeCurrency (Function)
Converts a currency into another currency.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical...
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different...
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
5. Deploying a dynamic site (Session or AWP) in practice
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls...
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying...
Installing a SOAP server with Apache
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard...
12. Retrieving data from a site
Installing the robot controller
The monitoring robot includes three executables......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV...
Installing the monitoring robot
The monitoring robot includes three executables......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
The HTML control
The HTML control displays HTML pages or HTML code......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......