ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
How to use an array of structures?
An array of structures is an Array variable......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Telemetry management functions
The following functions are used to manage the telemetry:...
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Creating user accounts
A User account allows the server administrator to......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Remote control: Some examples of configuration
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
Handling Spreadsheet controls programmatically (in a report)
4. UI: Windows
IU of windows...
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
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....
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Bitwise operators
The operations on binary values are performed......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
5. User Groupware in practice