ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
HCloseConnection (Example)
Usage example of the HCloseConenction function
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
WEBDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HOpenConnection (Example)
Usage example of the HOpenConnection function
SQLConnect (Example)
Usage example of the SQLConnect function