ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
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).
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
HOpen (Function)
Opens a data file.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
xBase/FoxPro Native Access: Features and notes
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
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.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HOpenConnection (Example)
Usage example of the HOpenConnection function
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
EmailGetAll (Function)
Retrieves all the emails found on a server.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
Creating the Table windows of the WINDEV RAD pattern