ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

eCurrencyName (Function)
Returns the caption of a currency.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
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.
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......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
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....
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......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
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......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
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....