ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Binding a Combo Box control to an item
Recycle code windows
By default, a single code window is opened per ......
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......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
ERR_LAUNCH_FAILED
Time management help
Time management is extremely important......
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......
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
MaxNbSegment (Property)
The MaxNbSegment property is used to get and change the maximum number of line segments for drawing a Wire control.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
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)....
ERR_BAD_FILE
Creating a delete query
A delete query (corresponding SQL statement......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Zombie data files and items
During the life of an application, items live and die......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
Warning 127: You are using a data source local to the process
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......