ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
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.
EventChange (Function)
Modifies the status of an event.
HNext (Function)
Sets the position on the next table record according to a browse item.
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...
ArrayDistinct (Function)
Returns an array without duplicates. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
HErrorLock (Function)
Used to check whether a lock error occurred.
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
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, ......
pdfControlOption (Variable type)
The pdfControlOption type is used to get and set the following characteristics of an option of a control present in a PDF form: option text. selected or deselected state of the option....
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls......
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......
Programming table fields linked to a table
This page explains how to program data-bound Table controls......