ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Binding a ListView control to an item
Project description: Project tab
The project description window allows you to configure various elements of your project......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Break in a report
The break is used to group the records corresponding to a sort criterion......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
User report editor (Reports & Queries)
A report provides a custom view of data......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......