ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spelling check functions
The following functions are used to manage the spelling checker:
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
<Chart>.ScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
Multi-product external components
Components are a remarkably useful tool for development teams......
<Chart>.ScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
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, ......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Error 202: The method already has an access attribute (public, protected or private)
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
Error 1044: The class is already derived from this class
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Functions for managing the Combinations and Enumerations
Applet control properties
List of properties associated with the Applet control...
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......