ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. Retrieving data from a site
LooperInsertLine (Function)
Inserts a row into a Looper control.
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
WINDEV Mobile Framework License Agreement
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
WDZip: Overview
WDZip is used to compress and group your files in archives......
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min