ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.ListLink (Function)
Returns the list of links (Merise) in the current database schema or in a specific database schema.
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Data model editor: types of links
Several types of links can be found between the files......
ProjectInfo (Function)
Returns specific information about the project currently run.
Creating and handling an item
The main operations that can be performed on an item are as follows......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Cardinalities
The cardinalities are used to count the links between the files......
HCloseAnalysis (Function)
Closes the current database schema (or all current database schemas in the case of a project with multiple database schemas).
HOpenComplementaryAnalysis (Function)
Opens a new database schema, but keeps the main database schema of the application.
Extracting the text of the project
The following text can be extracted......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
HListCustomFolder (Function)
Returns a list of defined Custom-Folders (also called groups): in the current database schema, in ongoing database schemas (projects with multiple database schemas). in the specified database schema....
HInfoAnalysis (Function)
Returns information about a database schema (WDD file).
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
HListREP (Function)
Returns the list of assignments for the tables handled by the current application, which means the list of physical files corresponding to the files described in the database schema.
HListConnection (Function)
Returns the list of connections currently described in the application: connections described in the data model editor (for the main database schema and, if necessary, additional database schemas). connections described by programming (with functions HDescribeConnection or HOpenConnection)....
1. Testing a site: Elements to be tested
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Examples for using the OLE DB provider for HFSQL
HSetREP (Function)
Enables or disables the management of .REP files.