ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Redis management functions
The following functions are used to manage a Redis database:...
Switzerland.CheckOASI (Function)
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI)....
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
<sfConnection variable>.Read (Function)
Retrieves the Salesforce records from their identifiers.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
WINDEV Mobile License Agreement
Cherche les éléments d'un noeud HTML correspondant à une balise....
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
Organizer report
The report editor gives you the ability to create "Organizer" reports....
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......