ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
<Connection variable>.RSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
Project description: Project tab
The project description window allows you to configure various elements of your project......
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
<HFSQL connection>.RSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Project management functions
List of functions for managing projects...
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
PythonExecute (Function)
Executes a function present in a Python module.
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
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.
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Functions for managing objects (External language)