ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Declaring and using a variable
A variable is defined by name and type......
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
Environment of the query editor
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
NFC functions
Functions used to manage the NFC standard...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NFCSendTag (Function)
Sends a NFC tag to another device.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
1. Testing a site: Elements to be tested
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Environment of code editor