ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Recycle code windows
By default, a single code window is opened per ......
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....
The test mode cannot operate without the project and its pages, ...
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results......
ERR_LAUNCH_FAILED
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
<ftpConnection variable>.Size (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
ERR_BAD_FILE
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Warning 127: You are using a data source local to the process
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......