ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Report based on a Table control
A report based on a data-bound Table control is used to directly print the information displayed in the control (based on a table or populated programmatically)......
Principle for running threads
At runtime, an application runs in a main thread......
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
diffApply (Function)
Applies a difference buffer to a specific buffer.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
2. Analysis in practice
SCM: Repository versions
There are different versions of the SCM repository......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Push notification
A mobile device can receive push notifications......
SSHRead (Example)
Usage example of the SSHRead function
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......