ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page templates
WEBDEV allows you to create page templates......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
The pages
Pages are the main interface of a WEBDEV site......
Creating user accounts
A User account allows the server administrator to......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
IF statement
The conditional IF statement allows you to run an action according to a condition...
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Specific features of the Express version
HFSQL constants
List of constants used by the HFSQL functions....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Using WDDIXIO
To translate the text used in your project:...
The different types of integers
Report editor: Available types of reports
Several types of reports can be created in the report editor......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Specific features of the Express version
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Composite keys
A composite key is a key item containing several other items......