ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCreate (Function)
Creates an external file.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
HTMLToText (Function)
Converts an HTML string or buffer to text.
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Programming custom calculations in Table controls
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Error (Function)
Displays a custom error message in a system error window.
List of reserved words
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Cross-references in the code editor
The cross-references in the code editor are used to identify......
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
fRename (Function)
Modifies the name of a file.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.