ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
WLanguage procedure called by geoGetAddress
WLanguage procedure ("callback") called by geoGetAddress.
ExecuteFunction
Executes a WLanguage function identified by its name.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
4. HFSQL Classic
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
Error 802: Invalid syntax for this function
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....