ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
gglEvent (Variable type)
The gglEvent type is used to describe and modify an event of a calendar...
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Project (External language)
Opens and runs a WINDEV project.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
EventChange (Function)
Modifies the status of an event.
HNext (Function)
Sets the position on the next table record according to a browse item.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
The "Bubble" charts
A bubble chart shows the correlation between three variables using bubbles of different sizes: categories and values on the X and Y axes and an additional parameter.. The size of the bubble indicates the value of this third parameter.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
HCross (Function)
Crosses a record in a data file.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Manipulating Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Bar Code controls......
Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
HErrorLock (Function)
Used to check whether a lock error occurred.
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project......