ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The indexed controls
A control is an indexed control if it contains several controls with the same name......
12. Retrieving data from a site
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
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, ......
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Find/Replace in the current project
The "Find/Replace" feature is used to......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file 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....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
Multi-project search
Performing a search in the current project is a common operation......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
11. External component
11. Window templates
WINDEV Mobile allows you to create window templates....
<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.