ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. UI: Windows
IU of windows...
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
GuidedTourStep (Variable type)
The GuidedTourStep is used to define all the advanced characteristics of a step of a Guided Tour.
JSON (Variable type)
The JSON simplifies actions on data in JSON format.
Enumeration (Variable type)
An enumeration is a set of values......
DSVFormat (Variable type)
The DSVFormat is used to define and change characteristics of the Delimiter Separated Values (DSV) format.
saasVisit (Variable type)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
CriticalSection (Variable type)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Principle of remote check
WEBDEV proposes several methods for deploying a dynamic site......
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....
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Programming patterns
CAUTION......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......