ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV database schemas (in HFSQL Classic format) available in a given directory.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
WINDEV concepts
Repairing the project
In some cases, "Project......
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 table (query or view) recognized by the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
<Source>.ListKey (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 table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
HChangeConnection (Function)
Dynamically changes the connection associated with a table.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor......
WEBDEV concepts
Automatic completion
The automatic completion helps you write WLanguage code in your applications......