ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
12. Retrieving data from a site
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
WDTRAD options
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Operations performed on sequence diagrams
The following paragraphs explain......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
WINDEV: Example of programmed Drag and Drop