ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Typing multilingual texts
For a multilingual application, you have the ability to......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Multilingual project
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
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......
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Language (Property)
The Language property is used to get and change the language used.
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Declaring and using a variable
A variable is defined by name and type......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
1
2
3
4
5
6
161
>