ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector...
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
HFSQL Client/Server: Configuring the server
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Sharing elements with a WINDEV application
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
WEBDEV concepts