ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Printing nested reports
To create a main report containing several secondary reports:...
Testing a project: setting
By testing the project you can simulate how the application will run......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Creating nested reports
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
27. Center or anchor a site horizontally
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
License agreement - HFSQL Client/Server
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......