ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
8. Sharing a project in practice
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Python: Native calls
WLanguage allows for native Python calls......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
Runtime error management functions
List of functions for managing runtime errors...
12. Control templates
WINDEV Mobile allows you to create control templates....
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Query and project
7. Multilingual sites in practice
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......