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.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
SQLLast (Function)
Sets the position on the last row of the query result.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
rssDisplay (Function)
Builds a RSS feed and returns the content of the RSS feed to the client.
14. Controls in practice
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit)....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
SQLModify (Function)
Modifies the content of a row in the query result.
9. Hardware and software requirements
zipOpenRAR (Function)
Opens an existing archive in RAR format.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
SQLFirst (Function)
Positions on the first row of the query result.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......