ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
SAP ASE Native Connector (Sybase): Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV database schema......
Functions for managing objects (External language)
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
<Variable Connexion>ExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 Update 2....
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV database schema......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.