ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Key and referential integrity
In a database schema, the "Key" items are also used to manage the consistency of data (called referential integrity)......
gglAttachment (Variable type)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
WDScript: use in command-line and console mode
The Accessibility property gets and sets the accessibility properties of a control....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
ERR_NO_END_TAG
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
DisplayEvenIfNull (Property)
The property AfficheMêmeSiNull property property allows you to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....