ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Text (Property)
The Text property is used to get and modify text.
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Installing a Webservice (old format)
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
HConnect (Example)
Usage example of the HConnect function
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
HCloseConnection (Example)
Usage example of the HCloseConenction function
Handling controls in a report
The different operations available for the report controls are as follows......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
dCopy (Function)
Copies an image to another image.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......