ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Events associated with Shape controls
List of events associated with Shape controls...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
11. Internal components in practice
Internal components in practice...
16. Types of code
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
5. The following files are automatically created
3. Types of accessible data files
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling the Excel files......
Structure of data files of user groupware
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Internal component
An internal component is a set of elements from a project......
10. Internal components in practice
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
Typing multilingual texts
For a multilingual application, you have the ability to......
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
Setup of the WEBDEV Application Server for Linux
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
The indexed controls
A control is an indexed control if it contains several controls with the same name......