ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
Opens a replication in direct mode or with a replication server.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Compound statements
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
fDelete (Example)
Usage example of the fDelete function
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
HPass (Function)
Defines the password used to create or open a data file.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
fMoveFile (Function)
Moves a file from one directory to another.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
AuthLogout (Function)
Logs out a user previously authenticated via: the OAuth 2.0 protocol on any web service. the OpenID protocol on any web service. a JSON Web Token (JWT)....
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
fLock (Function)
Entirely or partially locks an external file.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Sound (Function)
Plays a sound in WAV format.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
HExecuteProcedure (Function)
Runs a stored procedure.