ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
ServiceRestart (Function)
Restarts a service (already started).
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
<Chart>.ScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....