ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
1. Examples provided with WINDEV Mobile
ERR_DISCONNECTED_EXEC
1. What is a website?
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
nWDGetHFContext: Get the HFSQL context
Gets the HFSQL context (applies to C, Pascal and Visual Basic only)......
Events associated with windows
List of events associated with windows...
Events associated with Splitter controls
List of events associated with Splitter controls...
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Events associated with Spin controls
List of events associated with Spin controls...
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Creating an insert query
An insert query (corresponding SQL statement......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Error 1054: 'Ancestor' cannot be used outside the code of a class
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
6. Internal window
Internal windows...
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
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)....
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Error 31: The file to include is not found. Check the name and path ...
How to choose the data source of a control?
This help page presents the different data sources available for a control....