ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HOpenConnection (Function)
Opens a connection to a specific database.
Constants for the Exif functions
List of constants used by the Exif functions....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Events associated with pages
List of events associated with pages...
The Static control
A Static control is a control used to display a static text......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Creating the Relation windows of a WINDEV RAD pattern
Constants for managing emails
List of constants used by the functions for managing emails....
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
7. Multilingual sites in practice