ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
HTransactionSavepoint (Function)
Declares a transaction savepoint.
2. User-friendly editors in practice
User-friendly editors in practice...
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
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....
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
HCloseConnection (Example)
Usage example of the HCloseConenction function
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
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 context of a previously saved file (HSavePosition): current record, filter, pointers.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
HOpenConnection (Example)
Usage example of the HOpenConnection function