ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Find out the account that runs the AWP protocol
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Scheduler report
The report editor allows you to create "Scheduler" reports....
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Style of a control
As soon as it is created, a control is associated with a style......
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
SCM: Merging differences
WDOptimizer is used to......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Integrated OCR (Optical Character Recognition) management functions
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Events associated with TreeView controls
List of events associated with TreeView controls...
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
Check: Disk space by SNMP
The monitoring robot retrieves the available disk space via an SNMP agent......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
How to use an array of structures?
An array of structures is an Array variable......