ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: Wrong overall WEBDEV configuration....
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
2. WEBDEV administrator in practice
Reloading a document
To reload a document, ......
AAF: Context menu of Image controls
A context menu is available for Image controls......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Help editor options
The options of the help editor ("Display......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....