ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
BCToImage (Function)
Generates the image of a bar code.
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Error 1013: The access to the member of the class is restricted by a protected inheritance
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
Creating a delete query
A delete query (corresponding SQL statement......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
13. Debugger
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
nWDInitProject: Initialization code of project
Run the initialization code of project......
nWDGetLastError: Error code of last error
Error code of last error......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
3. Site development life cycle
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......