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...
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.
Set of procedures
The global procedures are grouped in set of procedures...
XMLChild (Function)
Positions on the first child element of current element.
Data persistence
The data persistence is used to store the value typed by the user......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
NetworkUser (Function)
Identifies the name of the connected user.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).