ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
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)....
13. Debugger
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.
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.
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
nWDGetLastError: Error code of last error
Error code of last error......
nWDInitProject: Initialization code of project
Run the initialization code of project......
BCToImage (Function)
Generates the image of a bar code.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
InPHPMode (Function)
Indicates whether the code is run in PHP.
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Zombie data files and items
During the life of an application, items live and die......
3. Application development cycle
Development cycle of a WINDEV application....
Error 2: Incomplete line
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
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.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
InServiceMode (Function)
Indicates whether the code is run in a service.