ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. If you are already familiar with WINDEV
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Chart>.SourceCategoryLabel (Function)
Defines the source of the category labels.
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Error 1001: The operators: and:: can only be used in the methods of classes
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Test (External language)
Displays each function call and each status report returned by the function.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
12. Available tests
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
WDTestSite: Load test
The stress tests are used to check......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
xBase files: Limits
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Android Control Center
Do you know where to find your application log files?...
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....