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.
WINDEV: Windows created via the "window" RAD
The wizard for window creation proposes several types of windows associated with HFSQL tables......
SQL view
An SQL view is a virtual data source defined by an SQL query......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
XMLDocument (Function)
Creates a new XML document.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Creating the Relation windows of a WINDEV RAD pattern
Handling the framesets
The different operations that can be performed on the framesets are as follows......
SQLSeek (Function)
Positions on the specified result row of the query.
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
fCompare (Function)
Compares the content of two files bit by bit.
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps......
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.