ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
Style of a control
As soon as it is created, a control is associated with a style......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
13. Security benefit: managing the "Back" button
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
The OLE control
The OLE control is used to handle an OLE object......
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<sfConnection variable>.Connect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.