ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Functions for managing objects (External language)
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Constants for managing contact functions
HSetLog (Function)
Enables or disables log management on a file.
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......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Report based on a query
Queries are used to easily select records in one or more data files......
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......