ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Options of the window editor
To configure the general options of the window editor......
Custom tooltips
Tooltips are very useful for application users......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Summary table: Installing a WINDEV application
One major step when developing an application is deploying the application to client computers......
Code editor: Display options
The code editor proposes several display options......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Client/Server HFSQL table management
The HFSQL Control Center allows you to fully manage HFSQL Client/Server tables......
2. Projects in practice
Discover the main operations that can be performed on a project....
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......