ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
The Site Map control
The Site Map control allows the Web user to......
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
9. Internal page
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
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)....
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
Access rights to a class property
A property is a code element that includes two processes......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
AWP without UI
Bootstrap, Angular, React, Vue......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......