ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
3. UML models in practice
5. Which type of server to choose?
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Type and version of Web server
The configuration diagnostic displays the following error......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Style sheet
A style sheet ("......
SCM file format evolutions
Four versions are available for the SCM repository......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....