ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
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).
4. Simple printing
WINDEV Tutorial: Managing data in a WINDEV application Lesson 4 - Simple printing - 20 min
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Generating the RAD pattern
To generate a RAD pattern:...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
zipDeleteFile (Function)
Deletes a file from an archive.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Composite keys
A composite key is a key item containing several other items......
Windows
The windows represent the main interface of a WINDEV application......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Access (Property)
The property Access property lets you manage the type of access for a connection (HFSQL Client/Server, OLE DB, ...)....
2. User-friendly editors in practice
User-friendly editors in practice...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
GDPR: an audit of your data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
HChangeConnection (Example)
Usage example of the HChangeConnection function