ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
8. Associating controls with data
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......