ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
Runtime log
The runtime log is the best way to identify the most used features of an application......
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
Extracting the text of the project
The following text can be extracted......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Composite keys
A composite key is a key item containing several other items......
SocketWrite (Function)
Writes a message intended to another socket.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
PC SOFT Free Technical Support
Thank you for buying one of our products......
Constants for managing projects
List of constants used by the functions for managing projects....
Creating the Relation windows of a WINDEV RAD pattern
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Constants for the Exif functions
List of constants used by the Exif functions....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
2. Analysis in practice
Help editor options
The options of the help editor ("Display......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......