ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Minimap
The minimap is an option that allows you to quickly navigate the code editor......
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......
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.
12. Control templates
WINDEV Mobile allows you to create control templates....
Error 121: Shadowing a structure
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
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......
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....
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
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......
Query and project
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......
AWP without UI
Bootstrap, Angular, React, Vue......
3. UML models in practice
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)......