ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
"?" menu
WINDEV proposes a help menu adapted to your applications......
Internal component description
The description of an internal component can opened at any time......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
ERR_DISCONNECTED_RELOG
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
The "Find - Replace" pane
The "Find - Replace" pane is used to......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.