ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing nested reports
To create a main report containing several secondary reports:...
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
Creating a translation file
WDINT allows you to create a translation file....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
WINDEV License Agreement
WINDEV License Agreement...
Software license agreement
WINDEV Express license agreement...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Calendar functions
List of Calendar functions...
Programming an indexed control
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......