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...
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Using .NET assemblies in a project
To use .NET assemblies in a project......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
iParameterViewer (Function)
Configures the report viewer.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
Using a query with parameters
A query with parameters can be used......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
XMLChild (Function)
Positions on the first child element of current element.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Data persistence
The data persistence is used to store the value typed by the user......
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......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
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.