ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project description: Project tab
The project description window allows you to configure various elements of your project......
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
7. Multilingual applications in practice
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel....
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Error 31: The file to include is not found. Check the name and path ...
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Table,Add (External language)
Adds an element to a Table control.
Programming table fields linked to a table
This page explains how to program data-bound Table controls......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Overview of external languages
Typing multilingual texts
For a multilingual application, you have the ability to......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
WindowToData (Function)
Automatically updates: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....