ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
WDScript: use in command-line and console mode
Query editor: Characteristics
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
EventChange (Function)
Modifies the status of an event.
zipListFile (Function)
Returns the list of files found in an archive.
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
OBEX constants
List of constants used by the OBEX functions....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Miscellaneous Windows constants
List of constants used by the Windows functions....
The Wire control
The Wire control is used to visually link 2 controls......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
16. Application test in practice