ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Native Sybase Connector: 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 analysis......
<Connection variable>.TransactionEnd (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....
Operator on Address
The & operator returns the address of a variable as an integer
HFSQL tables exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large tables (up to 2 gigabytes)......
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
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....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
WDHFDiff - Use
WDHFDiff is used to compare......
Bitwise operators
The operations on binary values are performed......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Installing and starting WDTRAD
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
IWListCount (Function)
Returns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
Multi-touch functions
The following functions are used to manage the multi-touch......
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server tables, WDInst allows you to......
MarkdownToText (Function)
Converts a Markdown string to plain text (without tags).