ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
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......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
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.
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......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
SocketWrite (Function)
Writes a message intended to another socket.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
Creating the Relation pages of a WEBDEV RAD pattern
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
9. Internal page
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Events associated with Button controls
List of events associated with Button controls...
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......