ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
SocketConnect (Function)
Connects a client computer to a given socket.
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
12. External component in practice
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing...
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode...
The Upload control
The Upload control is used to upload files on the Web server......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control...
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options...
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically...
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window...
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.