ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Data persistence
The data persistence is used to store the value typed by the user......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......