ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
24. Displaying and linking pages
The HTML Display control
The HTML Display control displays a web page in an application......
<Connection variable>.CopyFile (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....
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
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......
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.
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
8. If you are already familiar with WINDEV
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Error 1001: The operators: and:: can only be used in the methods of classes
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
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.
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......
<Chart>.Exist (Function)
Checks the existence of a chart in memory.
<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......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......