ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
Thread management functions
List of functions for managing threads...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
ToastDisplay (Function)
Displays a "Toast" message.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Window controls
Several types of controls can be used in a window, ......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Size (Property)
The Size property is used to determine and change the size of an element.
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......