ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Image editor: Features
The image editor includes several features......
Image control in a page
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
15. Project Management Hub
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
HFSQL tables exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large tables (up to 2 gigabytes)......
WDInst: handling the files to install
By default, the files to install are......
Repairing the database schema
In some cases, an error message may appear when opening the database schema linked to a project......
OpenDocumentAsynchronous (Function)
Opens a document in a new (non-modal) window using the WINDEV editor adapted to the document. The result can be retrieved via a WLanguage procedure ("callback") when the document editing window is closed. As of WINDEV Suite SaaS 2025 Update 2, the diagram editor will be used to open diagrams...
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....