ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Display options
The code editor proposes several display options......
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
HCloseConnection (Example)
Usage example of the HCloseConenction function
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
16. Application test in practice
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
Software Factory
The concept of software factory is used to automate the process for creating applications....
9. Generation modes
WINDEV Mobile includes different types of generation......
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
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......
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......
Google constants
List of constants used by the Google functions....
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......