ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Managing main window menus
A main menu is necessarily associated with a window......
Extracting messages added or modified since last extraction
A project was already created and translated......
Including a supercontrol in a window or in a page
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
WDDIXIO overview
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
12. Universal replication
1. Project and analysis
13. Universal replication
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......