ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
5. User Groupware in practice
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Creating a Java archive
When your Java application is developed, you can......
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
HSetREP (Function)
Enables or disables the management of .REP files.
Composite keys
A composite key is a key item containing several other items......
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV database schemas (in HFSQL Classic format) available in a given directory.
Creating a delete query
A delete query (corresponding SQL statement......
<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.
WINDEV Mobile concepts
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure....
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Type and version of Web server
The configuration diagnostic displays the following error......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......