ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
8. Sharing a project in practice
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.