ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
"About" window
The "About" window is used to display and access various information about the current application......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Interface of WDInst
Different types of data (Type of variable)
A variable is defined by name and type......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
WINDEV concepts
Crosstab report
The report editor allows you to create "Crosstab" reports......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
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....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Project portfolio
From version 25, you can create "project portfolios"......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......