ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
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....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
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.
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).
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
How to open a page?
Handling a Web Component control through programming
HCancelSeek (Function)
Cancels the current search criterion.
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
TableMode (Function)
TableMode is kept for backward compatibility.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......