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.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Obtaining an SSL certificate for IIS2 (2.0 or later)
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
PostgreSQL Native Connector: Programming with HFSQL functions
To use a PostgreSQL database with the Native Access Connector, you need to import the PostgreSQL table structure into the WINDEV or WEBDEV... database schema....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
fSize (Function)
Returns the size of a file (in bytes).
Error (Function)
Displays a custom error message in a system error window.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.)....
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
fCreate (Function)
Creates an external file.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
2. Projects in practice
Discover the main operations that can be performed on a project....
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.