ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
The OLE control
The OLE control is used to handle an OLE object......
Defining columns of Table controls programmatically
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
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....
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 data file match the parameters described programmatically or in the analysis.
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)....
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)....
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)....
Shared memory area functions
Shared memory area constants
Memory area management functions
The following functions are used to handle the certificates:...
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Native Sybase Connector for WINDEV and WEBDEV 2024
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Recompiling the project
The project compilation is a process used to......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
HFSQL Client/Server: Configuring the server