ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Enumeration (Type of variable)
An enumeration is a set of values......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Options of the window editor
To configure the general options of the window editor......
SQL view
An SQL view is a virtual data source defined by an SQL query......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Events associated with TreeView controls
List of events associated with TreeView controls...
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Customizing the User Groupware
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Automation object
The Automation keyword is used to declare an automation object...
End of Document block
The End of document block is run once at the end of the report execution......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Describing an element
A flexible modeling includes different elements linked together......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.