ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Report controls
Several types of controls can be handled in a report created by the report editor......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
8. Windows in practice
Discover the main actions that can be performed on the windows....
Options of the window editor
To configure the general options of the window editor......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Starting WDOptimizer in a command line
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
2. Projects in practice
Discover the main operations that can be performed on a project....
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Generating an application for Universal Windows 10 App
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HTMLToText (Function)
Converts an HTML string or buffer to text.