ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Handling the report blocks through programming
Each report block is associated with different events......
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)....
grCreate (Function)
Creates a specific type of chart.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Global and local variable
Two types of variables are available......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Automatic management of exceptions
The management of exceptions can be customized by process......
LDAPFind (Function)
Performs a search in an LDAP server.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Programming an indexed control
Constants for managing images in websites
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Constants for managing appointments
Lists of constants used to manage the appointments...
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function