ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constant
The constants are language elements whose value is fixed once and for all...
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
WLanguage procedure called by OpenDocument
WLanguage procedure ("callback") called by OuvreDocument after the edit window is closed. This procedure can be a local, global or internal procedure.
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Creating the executable and the setup program
The languages supported by the application are taken into account......
2. Multilingual application
A multilingual application can be distributed in multiple languages....
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
NationToSubLanguage (Function)
Returns the default sub-language corresponding to a nation.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Space (External language)
Fills the content of WdString with space characters on the right.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Beep (External language)
Used to emit a beep on the speaker of the computer.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
1
3
4
5
6
7
167
>