ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Examples for using the OLE DB provider for HFSQL
1. Testing a site: Elements to be tested
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
WINDEV concepts
Repairing the project
In some cases, "Project......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Composite keys
A composite key is a key item containing several other items......
WINDEV Mobile concepts
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
<Source>.ListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
5. User Groupware in practice
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
ReplicInfo (Function)
Returns information about a replication.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Glossary
The glossary lists all the abbreviations used in the code editor......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
5. User Groupware in practice