ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash 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 key derivation function used for hashing (only for "Password" items defined programmatically)....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
WDSQL, SQL Tool: Overview
WDSQL is used to......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Error 3: The string has no final "
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......