ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Items used in a select query
A query created in the query editor can contain several types of items......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
3. Application development cycle
Development cycle of a WINDEV application....
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Private Store for mobile applications
There are two methods two deploy your applications......
Managing parallel tasks
The computers are becoming more and more powerful......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Root (Function)
Returns the root of a number.