ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
9. Monitor your sites, servers, etc.
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
Managing parallel tasks
The computers are becoming more and more powerful......
HPass (Function)
Defines the password used to create or open a table.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
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)....
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
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)....
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the table match the parameters described programmatically or in the database schema.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Code snippets
The code editor allows you to enter "Code snippets"......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Context menu of TreeView controls (AAF)
Each TreeView control in a window offers the user a context menu by default......
Burner constants
List of constants used by the burner functions....
TableMode (Function)
TableMode is kept for backward compatibility.