ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Overview of external languages
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
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.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Table,Add (External language)
Adds an element to a Table control.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Functions for managing objects (External language)
Table,Display (External language)
Refreshes the Table control.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Table,Modify (External language)
Modifies an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Insert (External language)
Inserts an element into a table at a given position.
Table,Count (External language)
Returns the number of elements in a Table control.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.