ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Net constants
List of constants used by the Net functions....
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
DotNetRun (Function)
Runs a procedure on a .Net server.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
HChangeKey (Example)
Usage example of the HChangeKey function
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
The structure of the file for remote control
The management of remote control uses a file in INI format......
Constants for managing windows
List of constants used by the functions for managing windows...
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
zipOpenCAB (Function)
Opens an existing archive in CAB format.
HReadLast (Example)
Usage example of the HReadLast function