ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Combination (Type of variable)
A combination is a set of options.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Using an external component in an application
A component can be reused at any time in any application......
Copying controls from the page editor
The controls can be copied from the page editor......
Size (Property)
The Size property is used to determine and change the size of an element.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......