ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
WDDIXIO License Agreement
WDDIXIO License Agreement...
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Database schema editor: Link description
The links are used to link the tables described in a database schema between themselves......
SourceToScreen (Function)
Automatically updates the controls in a window or 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....
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
eCurrencyName (Function)
Returns the caption of a currency.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
Types of Edit controls
Structure (Type of variable)
A structure is a custom type of data...
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....