|
|
|
|
|
|
|
Project configurations allow you to adapt the same project to multiple "targets".... |
|
|
|
|
|
|
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application...... |
|
|
|
|
|
|
The following mechanism allows developers to write WLanguage code more easily in the code editor ...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
The "About" window is used to display and access various information about the current application...... |
|
|
|
|
|
|
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code...... |
|
|
|
|
|
|
A variable is defined by name and type...... |
|
|
|
|
|
|
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming...... |
|
|
|
|
|
|
WINDEV proposes several WLanguage functions for managing animations...... |
|
|
|
|
|
|
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports.... |
|
|
|
|
|
|
The different methods for associating an image with the elements of a TreeView control.... |
|
|
|
|
|
|
The report editor allows you to create "Crosstab" reports...... |
|
|
|
|
|
|
Substitutes one block of the report with another block while the report is printed. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
From version 22, a Docker container with the HFSQL server is available in Docker Hub...... |
|
|
|
|
|
|
From version 25, you can create "project portfolios"...... |
|
|
|
|
|
|
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked. |
|
|
|
|
|
|
In this example, the application allows you to...... |
|
|
|
|
|
|
Once the component has been created, tested and generated, it can be distributed to other developers...... |
|
|
|
|
|
|
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever...... |
|
|
|
|
|
|
...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.... |
|
|
|
|
|
|
Some of the parameters passed to a procedure can be optional parameters...... |
|
|
|
|
|
|
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|