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.
EmailGetAll (Function)
Retrieves all the emails found on a server.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
Creating the Table windows of the WINDEV RAD pattern
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Creating the Form pages of a WEBDEV RAD pattern
Deletes a worksheet from the Excel document....
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Events associated with internal windows
List of events associated with internal windows...
<Html>.Navigate (Function)
Starts navigation in an HTML Display control.
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
MemSort (Function)
Sorts the elements found in a memory area.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
fCompress (Function)
Compresses a file.
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
fSeek (Example)
Usage example of the fSeek function
SQL view
An SQL view is a virtual data source defined by an SQL query......