ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
UI audit: Detect obsolete technologies
The lifecycle of some projects span several years......
Thread execution
At runtime, an application runs in a main thread......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
ReplicAdmin: Overview
Replication management functions
Three types of replication are proposed......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation programmatically......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
ReplicSynchro: Use
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
JWTParameters (Variable type)
The JWTParameter type is used to define all the data required for JWT-based authentication.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
Internal component description
The description of an internal component can opened at any time......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....