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...
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.
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.
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...
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
SQLModify (Function)
Modifies the content of a row in the query result.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Creating the Relation pages of a WEBDEV RAD pattern
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
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.
SQLLast (Function)
Sets the position on the last row of the query result.
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
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.
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....
9. Hardware and software requirements
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Creating the Relation windows of a WINDEV RAD pattern
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Creating the Form pages of a WEBDEV RAD pattern
14. Controls in practice
HMergeView (Example)
Usage example of the HMergeView function
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......