ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Integrated OCR (Optical Character Recognition) management functions
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
2. Managing emails (POP3/IMAP/SMTP)
POP3/IMAP and SMTP are email management protocols recognized by all service providers...
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Drive variable>.ListFile (Function)
Lists the files in a cloud-based drive directory.
<Drive variable>.DownloadDirectory (Function)
Downloads a directory and its files from a remote drive to the user's computer....
<Drive variable>.CreateDirectory (Function)
Creates a directory on the remote drive.
<gglConnection variable>.FillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Compound statements