ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection...
Local procedure
Two types of procedures are available......
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
MutexDestroy (Function)
Explicitly destroys a mutex.
BreakAdd (Function)
Adds a break into a Table or Looper control.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
HCross (Function)
Crosses a record in a data file.
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
14. PHP generation in practice
Developing 64-bit sites
You can deploy 64-bit compatible sites......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.