ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
How to develop a PHP site?
What is a PHP site?......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
WLanguage properties available in PHP
The following properties are available in PHP...
WEBDEV license agreement
WEBDEV license agreement...
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
1. Testing a site: Elements to be tested
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
SAP variable
The SAP variable is used to configure the parameters of the connection to the SAP server......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
<Connection variable>.RSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1....
2. Modes to install an application