ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Time (Type of variable)
The Time type is used to easily handle the times...
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Code editor: Display options
The code editor proposes several display options......
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.