ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
SNMP constants
List of constants used by the SNMP functions....
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
User Groupware files
Two categories of data files are managed......
Custom properties (WLanguage)
A custom property is a code element with two events......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
LooperDelete (Function)
Deletes a row from a Looper control.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......