ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
11. Internal components in practice
Internal components in practice...
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
7. Multilingual sites in practice
Installing and starting WDTRAD
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Nation (External language)
Defines the display language for the titles, captions, messages...
17. WLanguage: a simple and powerful language
Typing multilingual texts
For a multilingual application, you have the ability to......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Multilingual project
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
1
2
3
4
5
6
167
>