ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window...
Action Bar control functions
The following functions are used to manipulate Action Bar controls...
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
16. Java applications in practice
Java applications in practice...
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
How to create a patch?
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
SQLExec (Function)
Names and runs an SQL query.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......