ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. HFSQL Cient/Server
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
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)....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
The "Commands" pane
The "Commands" pane lists......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Binding controls to data
A window or page can display information from......
8. Windows in practice
Discover the main actions that can be performed on the windows....
5. HFSQL Client/Server
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
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)....